/*!
Theme Name: Aud N Co
Theme URI: http://underscores.me/
Author: Creativeans
Author URI: https://www.creativeans.com/
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: audnco
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.

Aud N Co 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: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-family: "Open Sans", sans-serif;
	font-optical-sizing: auto;
	font-weight: 400;
	font-style: normal;
	font-variation-settings: above"wdth" 100;
	font-size: clamp(14px, 1.305vw, 32px);
	line-height: 1.5;
	color: #000000;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "Raleway", sans-serif;
	font-optical-sizing: auto;
	font-weight: 700;
	font-style: normal;
}

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

section.section {
	padding: clamp(80px, 8vw, 180px) 7%;
}

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

.latest-lobang-item-button,
.winwin-item-button,
.lobang-listing-read-more,
.stories-listing-read-more {
	font-size: clamp(14px, 0.94vw, 22px);
	font-weight: 700;
	padding-bottom: 10px;
	text-decoration: none;
	text-transform: uppercase;
	display: flex;
	width: fit-content;
	position: relative;
}

.latest-lobang-item-button:hover,
.winwin-item-button:hover,
.lobang-listing-read-more:hover,
.stories-listing-read-more:hover {
	font-weight: 800;
}

.latest-lobang-item-button {
	color: #FFFFFF;
}

.winwin-item-button,
.lobang-listing-read-more,
.stories-listing-read-more {
	color: #000000;
}

.latest-lobang-item-button:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #FFFFFF;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(1);
	transition: transform 0.5s ease;
}

.winwin-item-button:after,
.lobang-listing-read-more:after,
.stories-listing-read-more:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #000000;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(1);
	transition: transform 0.5s ease;
}

.latest-lobang-item-button:hover:after {
	transform: scaleX(0);
}

.winwin-item-button:hover:after,
.lobang-listing-read-more:hover:after,
.stories-listing-read-more:hover:after {
	transform: scaleX(0);
}

form .form-field-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

form .form-field-flex .form-field,
form .form-field {
	width: 100%;
}

form input,
form select,
form textarea {
	width: 100%;
	-webkit-appearance: none;
}

form input:focus-within {
	border: 2px solid #FFFFFF;
	outline: none;
}

form .form-submit input {
	cursor: pointer;
}

form label {
	display: none;
}

form br {
	display: none;
}

form p {
	margin: 0;
}

.wpcf7-spinner {
	position: absolute;
}

.wpcf7 form .default-form ~ .wpcf7-response-output {
	margin: 25px 0;
	text-align: left;
	border: none;
	color: #90012F;
	padding-left: 0;
	padding-right: 0;
}

.cta {
	background-color: #F9F9F9;
	position: relative;
	overflow: hidden;
}

.cta .cta-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.cta .cta-flex .cta-text-container,
.cta .cta-flex .cta-form-container {
	width: 100%;
}

.cta .cta-flex .cta-text-container .section-heading h2 {
	position: relative;
	z-index: 2;
}

.cta .cta-flex .cta-image {
	width: 40%;
    position: absolute;
    top: 20px;
    right: 0;
    transform: translate(10%, -10%);
}

.cta .cta-flex .cta-image.no-scale {
	transform: translate(-10%, -10%);
}

.default-form .form-field {
	margin: 5px 0;
}

@media screen and (min-width: 750px) {
	.default-form .form-field {
		margin: 10px 0;
	}
	
	.cta .cta-flex .cta-text-container {
		width: 30%;
	}
	.cta .cta-flex .cta-form-container {
		width: 65%;
	}
	
	.cta .cta-flex .cta-image {
		position: relative;
		transform: scale(1.5) translate(-20%, 10%);
		width: 100%;
		top: 0;
	}
	
	.cta .cta-flex .cta-image.no-scale {
		transform: none;
	}
}

.default-form .form-field input,
.default-form .form-field select,
.default-form .form-field textarea {
	padding: 10px 20px;
	border-radius: clamp(15px, 1.5vw, 30px);
	border: 1px solid #90012F;
	color: #000000;
	background-color: #F9F9F9;
}

.default-form .form-field input:focus-visible,
.default-form .form-field select:focus-visible,
.default-form .form-field textarea:focus-visible {
	border: 1px solid #90012F;
	outline: none;
}

.default-form .form-field input::-webkit-input-placeholder {
	font-weight: 300;
	color: #000000;
}

.default-form .form-field input:-ms-input-placeholder {
	font-weight: 300;
	color: #000000;
}

.default-form .form-field input:-moz-placeholder {
	font-weight: 300;
	color: #000000;
}

.default-form .form-field input::-moz-placeholder {
	font-weight: 300;
	color: #000000;
}

.default-form .form-field select::-webkit-input-placeholder {
	font-weight: 300;
	color: #000000;
}

.default-form .form-field select:-ms-input-placeholder {
	font-weight: 300;
	color: #000000;
}

.default-form .form-field select:-moz-placeholder {
	font-weight: 300;
	color: #000000;
}

.default-form .form-field select::-moz-placeholder {
	font-weight: 300;
	color: #000000;
}

.default-form .form-field textarea::-webkit-input-placeholder {
	font-weight: 300;
	color: #000000;
}

.default-form .form-field textarea:-ms-input-placeholder {
	font-weight: 300;
	color: #000000;
}

.default-form .form-field textarea:-moz-placeholder {
	font-weight: 300;
	color: #000000;
}

.default-form .form-field textarea::-moz-placeholder {
	font-weight: 300;
	color: #000000;
}

.default-form .form-submit {
	display: flex;
}

.default-form .form-submit input {
	width: fit-content;
	font-size: clamp(18px, 1.875vw, 48px);
	font-weight: 700;
	color: #FFFFFF;
	background-color: #90012F;
	border: 1px solid #90012F;
	border-radius: clamp(35px, 1.5vw, 50px);
	padding: 15px 40px;
	animation: breathing 2s ease-in-out infinite;
	transform-origin: center;
	text-transform: uppercase;
}

.default-form .form-submit input:hover {
	animation: none;
}

.default-form .form-submit input:focus-visible {
	border: 1px solid #90012F;
	outline: none;
}

@media screen and (min-width: 400px) {
	form .form-field-flex .form-field {
		width: 49%;
	}
}

.button {
	display: flex;
	width: fit-content;
	text-decoration: none;
	text-transform: uppercase;
	padding: 10px 20px;
	font-weight: 700;
	font-size: clamp(14px, 0.94vw, 22px);
	border-radius: clamp(25px, 2vw, 40px);
	transition: color 0.5s ease, background-color 0.5s ease, border 0.5s ease;
}

.button.button-maroon {
	border: 2px solid #90012F;
	color: #90012F;
	background-color: transparent;
}

.button.button-maroon:hover {
	border: 2px solid #90012F;
	color: #FFFFFF;
	background-color: #90012F;
}

.button.button-white,
.button.button-white-alt:hover {
	border: 2px solid #F9F9F9;
	color: #F9F9F9;
	background-color: transparent;
}

.button.button-white:hover,
.button.button-white-alt {
	border: 2px solid #F9F9F9;
	color: #90012F;
	background-color: #F9F9F9;
}

.site-branding {
	flex-shrink: 0;
	width: clamp(80px, 5.5vw, 150px);
	display: flex;
	justify-content: center;
	position: relative;
}

.site-branding a {
	display: flex;
	width: 100%;
}

.site-branding a.custom-logo-link {
	opacity: 1;
}

.site-branding a.custom-logo-link-maroon {
	position: absolute;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.dark-header .site-branding a.custom-logo-link-maroon {
	opacity: 1;
}

.dark-header .site-branding a.custom-logo-link {
	opacity: 0;
}

header:hover .site-branding a.custom-logo-link-maroon {
	opacity: 1;
}

.main-navigation a {
	color: #F9F9F9;
	transition: color 0.5s ease;
}

.dark-header .main-navigation a,
header:hover .main-navigation a {
	color: #90012F;
}

.main-navigation a:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #90012F; /*default maroon*/
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transition: transform 0.5s ease, background-color 0.5s ease;
}

.dark-header .main-navigation a:after {
	background-color: #90012F; /*dark header maroon*/
}

.main-navigation li.current-menu-item a:after {
	background-color: #90012F; /*current item white*/
	transform: scaleX(1);
}

.main-navigation li.current-menu-item:last-child a:after {
	transform: scale(0);
}

.main-navigation a:hover:after,
.main-navigation li:last-child a:hover:after {
	transform: scaleX(1);
}

.section-heading,
.section-heading h2,
.section-heading h1 {
	font-size: clamp(28px, 3.91vw, 100px);
	line-height: 1.2;
	margin-top: 0;
}

@media screen and (min-width: 500px) {
	.section-heading,
	.section-heading h2,
	.section-heading h1 {
		font-size: clamp(24px, 3.91vw, 100px);
		line-height: 1.2;
	}
}

.section-heading h2 em {
	font-style: normal;
	color: #90012F;
}

.section-heading.section-heading-center {
	text-align: center;
}

.section-heading.section-heading-white {
	color: #F9F9F9;
}

.section-heading.section-heading-maroon,
.section-heading .section-heading-maroon {
	color: #90012F;
}

.banner {
	min-height: 100vh;
	position: relative;
	overflow: hidden;
	background-color: #F9F9F9;
}

.banner.banner-lobang-library {
	background-color: #90012F;
	display: flex;
	justify-content: center;
	align-items: center;
	color: #F9F9F9;
	text-align: center;
}

.banner.banner-lobang-library .banner-heading {
	font-size: clamp(36px, 3.91vw, 100px);
	line-height: 1.2;
}

.banner.banner-lobang-library .banner-text {
	width: 60%;
	margin: 0 auto;
}

.banner.banner-lobang-library .lobang-radar-image-container {
	position: absolute;
    width: 45vw;
	min-width: 380px;
    top: 50%;
	left: 0;
    transform: translate(-25%, -90%);
	background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255,255,255,0) 70%, rgba(255, 255, 255, 0) 100%);
}

@media screen and (orientation: landscape) {
	.banner.banner-lobang-library .lobang-radar-image-container {
		transform: translate(-25%, -50%);
	}
}

.banner.banner-lobang-library .lobang-radar-image-container img {
	width: 100%;
	object-fit: contain;
	animation: spin 45s linear infinite;
}

@media screen and (orientation: portrait) {
	.banner.banner-single-lobang:not(.show-at-a-glance),
	.banner.banner-single-win:not(.show-at-a-glance) {
		min-height: 40vh;
	}
}

.banner.banner-single-lobang,
.banner.banner-single-win{
	display: flex;
	align-items: flex-end;
	padding: clamp(85px, 8vw, 140px) 7%;
}

.banner.banner-single-lobang .at-a-glance,
.banner.banner-single-win .at-a-glance {
	position: relative;
	background-color: #90012F;
	padding: clamp(15px, 2.5vw, 50px);
	border-radius: clamp(15px, 1.5vw, 30px);
	color: #FFFFFF;
}

.banner.banner-single-win .at-a-glance {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

.banner.banner-single-win .at-a-glance .glance-left,
.banner.banner-single-win .at-a-glance .glance-right {
	width: 100%;
}

.banner.banner-single-lobang .at-a-glance .glance-title,
.banner.banner-single-win .at-a-glance .glance-title {
	font-family: "Raleway", sans-serif;
	font-size: clamp(20px, 2.085vw, 52px);
	font-weight: 700;
	line-height: 1.2;
	margin: 0.5em 0;
}

.banner.banner-single-lobang .at-a-glance .glance-item {
	display: flex;
	font-size: clamp(14px, 1.05vw, 28px);
}

.banner.banner-single-lobang .at-a-glance .glance-item p,
.banner.banner-single-win .at-a-glance p {
	margin: 0.5em 0;
}

.banner.banner-single-lobang .at-a-glance .glance-item p.item-title,
.banner.banner-single-win .at-a-glance .glance-item p.item-title {
	font-weight: 700;
	width: 30%;
	flex-shrink: 0;
}

.banner.banner-single-win .at-a-glance .metadata {
	margin-bottom: 0.75em;
	font-size: clamp(14px, 1.05vw, 28px);
}

.banner.banner-single-win .at-a-glance .metadata span {
	display: block;
	margin: 0.15em 0;
}

.banner.banner-single-win .at-a-glance .metadata:last-child,
.banner.banner-single-win .at-a-glance .metadata:last-child span {
	margin-bottom: 0;
}

@media screen and (min-width: 750px) {
	.banner.banner-single-lobang .at-a-glance {
		width: 68%;
	}
	
	.banner.banner-single-win .at-a-glance .glance-left {
		width: 68%;
		padding-right: clamp(25px, 2vw, 50px);
	}
	.banner.banner-single-win .at-a-glance .glance-right {
		width: 32%;
		padding-left: clamp(25px, 2vw, 50px);
		border-left: 2px solid #F9F9F9;
	}

	
	.banner.banner-single-lobang .at-a-glance .glance-item p.item-title,
	.banner.banner-single-win .at-a-glance .glance-item p.item-title {
		width: clamp(110px, 20%, 175px);
	}
}

.banner.banner-single-lobang .banner-image,
.banner.banner-single-win .banner-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.banner .placeholder-image {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	object-fit: cover;
	object-position: 30%;
}

.banner .banner-video-container {
  width: 100%;
  height: 100vh;
  position: relative;
  overflow: hidden;
}

.banner .banner-video-container video {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.banner .banner-arrow-container {
	position: absolute;
	bottom: 50px;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	width: fit-content;
	animation: bounce 1.5s ease-in-out infinite;  /* Apply the bounce animation */
}

.banner .banner-arrow-container img {
	width: clamp(30px, 2.75vw, 60px);
	object-fit: contain;
}

@keyframes bounce {
  0% {
    transform: translateY(0); /* Start at the normal position */
  }
  50% {
    transform: translateY(-15px); /* Move the arrow 15px upwards */
  }
  100% {
    transform: translateY(0); /* Return to the original position */
  }
}

.banner.banner-seller,
.banner.banner-win-win-stories {
	background-color: #8E022F;
}

.banner .banner-inner-wrapper {
	width: 100%;
	height: 100%;
	padding: clamp(80px, 8vw, 200px) 7%;
	padding-top: clamp(120px, 8vw, 200px);
}

.banner .banner-inner-wrapper .banner-inner {
	position: relative;
	overflow: hidden;
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: 7%;
    height: 70vh;
	display: flex;
	align-items: flex-end;
}

.banner .banner-inner-wrapper .banner-inner:after {
	content: "";
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient( to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,0.2) 45%, rgba(0,0,0,1) 100% );
}

.banner .banner-inner-wrapper .banner-inner img {
	position: absolute;
	width: 100%;
	height: 100%;
	object-fit: cover;
	bottom: 0;
	left: 0;
}

.banner .banner-inner-wrapper .banner-inner .banner-inner-text-container {
	position: relative;
	z-index: 2;
	text-align: center;
	width: 100%;
	margin: 0 auto;
	color: #F9F9F9;
}

.banner .banner-inner-wrapper .banner-inner .banner-heading {
	font-size: clamp(24px, 3.91vw, 100px);
    line-height: 1.2;
	margin: 0;
}

.banner .banner-inner-wrapper .banner-inner .banner-inner-text-container .banner-text p {
	margin-bottom: 0;
}

@media screen and (min-width: 750px) {
	.banner.banner-seller .banner-inner-wrapper .banner-inner .banner-inner-text-container {
		width: 65%;
	}
	
	.banner.banner-win-win-stories .banner-inner-wrapper .banner-inner .banner-inner-text-container {
		width: 72%;
	}
}

.latest-lobang {
	background-color: #8E022F;
	color: #F9F9F9;
	position: relative;
	overflow: hidden;
}

.latest-lobang .lobang-radar-video-container,
.latest-lobang .lobang-radar-image-container {
	position: absolute;
    top: 0;
    right: 0;
    transform: translate(20%, -50%);
    width: 50vw;
	min-width: 270px;
}

.latest-lobang .lobang-radar-image-container {
	background: radial-gradient(circle, rgba(255, 255, 255, 0.2) 0%, rgba(255,255,255,0) 70%, rgba(255, 255, 255, 0) 100%);
}

/* .latest-lobang .lobang-radar-video-container::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: radial-gradient(circle, rgba(142, 2, 47, 0) 20%, rgba(142, 2, 47, 0.9) 70%);
    border-radius: inherit;
    z-index: 2;
} */

.latest-lobang .lobang-radar-video-container video {
	width: 100%;
	object-fit: contain;
	border-radius: 50%;
}

@keyframes spin {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(360deg);
  }
}

.latest-lobang .lobang-radar-image-container img {
	width: 100%;
	object-fit: contain;
	animation: spin 45s linear infinite;
}

.latest-lobang .latest-lobang-content {
	position: relative;
}

.latest-lobang .latest-lobang-heading-container .section-heading {
	margin: 0;
}

.latest-lobang .latest-lobang-subheading {
	font-size: clamp(20px, 2.085vw, 52px);
	font-weight: 400;
	width: 100%;
	margin: 15px 0;
}

.latest-lobang .latest-lobang-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 30px 0;
}

.latest-lobang .latest-lobang-items .latest-lobang-item {
	width: 100%;
	margin-bottom: 2.2em;
}

.latest-lobang .latest-lobang-items .latest-lobang-item .latest-lobang-item-tags {
	margin-bottom: 0.83em;
}

.latest-lobang .latest-lobang-items .latest-lobang-item .lobang-tag {
	font-weight: 700;
}

.latest-lobang .latest-lobang-items .latest-lobang-item .latest-lobang-item-title {
	font-size: clamp(20px, 2.085vw, 52px);
	font-weight: 400;
	margin: 0;
	line-height: 1.2;
}

.latest-lobang .latest-lobang-items .latest-lobang-item .latest-lobang-item-title br {
	display: none;
}

.latest-lobang .latest-lobang-items .latest-lobang-item-text p {
	margin: 15px 0;
}

.latest-lobang .latest-lobang-items .latest-lobang-item .latest-lobang-item-button-container {
	margin-top: 25px;
}

.latest-lobang .latest-lobang-form-heading {
	text-align: center;
	font-family: "Open Sans", sans-serif;
	font-weight: 700;
	font-size: clamp(20px, 1.875vw, 48px);
}

.latest-lobang .latest-lobang-form .form-fields {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.latest-lobang .latest-lobang-form .form-fields .form-field {
	width: 100%;
	margin: 5px 0;
}

.latest-lobang .latest-lobang-form .form-fields .form-field input {
	text-align: center;
	padding: 10px;
	border-radius: clamp(30px, 1.5vw, 50px);
	background-color: transparent;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
}

.latest-lobang .latest-lobang-form .form-fields .form-field input::-webkit-input-placeholder {
	font-weight: 300;
	color: #FFFFFF;
}

.latest-lobang .latest-lobang-form .form-fields .form-field input:-ms-input-placeholder {
	font-weight: 300;
	color: #FFFFFF;
}

.latest-lobang .latest-lobang-form .form-fields .form-field input:-moz-placeholder {
	font-weight: 300;
	color: #FFFFFF;
}

.latest-lobang .latest-lobang-form .form-fields .form-field input::-moz-placeholder {
	font-weight: 300;
	color: #FFFFFF;
}

.latest-lobang .latest-lobang-form {
	padding: 0;
}

.latest-lobang .latest-lobang-form .form-submit {
	display: flex;
	justify-content: center;
	margin-top: clamp(20px, 1.5vw, 30px);
}

.latest-lobang .latest-lobang-form .wpcf7 form .wpcf7-response-output {
	margin: 25px 0;
    text-align: center;
    border: none;
	padding-left: 0;
	padding-right: 0;
}

@keyframes breathing {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.1);
	}
}

.latest-lobang .latest-lobang-form .form-submit input {
	width: fit-content;
	font-size: clamp(18px, 1.875vw, 48px);
	font-weight: 700;
	color: #90012F;
	background-color: #FFFFFF;
	border-radius: clamp(35px, 1.5vw, 50px);
	border-color: transparent;
	padding: 15px 40px;
	animation: breathing 2s ease-in-out infinite;
	transform-origin: center;
}

.latest-lobang .latest-lobang-form .form-submit input:hover {
	animation: none;
}

@media screen and (min-width: 750px) {
	
	section.section.latest-lobang {
		padding: clamp(120px, 10vw, 280px) 7%;
	}
	
	.latest-lobang .latest-lobang-subheading {
		width: 45%;
	}
	
	.latest-lobang .latest-lobang-items {
		margin: clamp(45px, 5vw, 100px) 0;
	}
	
	.latest-lobang .latest-lobang-items .latest-lobang-item {
		width: calc(100% / 3);
		margin-bottom: 0;
	}
	
	.latest-lobang .latest-lobang-items.latest-lobang-count-2 {
		justify-content: space-evenly;
	}
	
	.latest-lobang .latest-lobang-items.latest-lobang-count-2 .latest-lobang-item {
		width: 50%;
	}
	
	.latest-lobang .latest-lobang-items .latest-lobang-item:first-child {
		padding-right: clamp(10px, 1.5vw, 50px);
		padding-left: 0;
	}
	
	.latest-lobang .latest-lobang-items .latest-lobang-item:nth-child(2) {
		padding-right: clamp(10px, 1.5vw, 50px);
		padding-left: clamp(10px, 1.5vw, 50px);
		border-left: 2px solid #FFFFFF;
		border-right: 2px solid #FFFFFF;
	}
	
	.latest-lobang .latest-lobang-items.latest-lobang-count-2 .latest-lobang-item:nth-child(2) {
		border-right: none;
	}
	
	.latest-lobang .latest-lobang-items .latest-lobang-item:last-child {
		padding-left: clamp(10px, 1.5vw, 50px);
		padding-right: 0;
	}
	
	.latest-lobang .latest-lobang-items.latest-lobang-count-2 .latest-lobang-item {
		padding: 0 7%;
	}
	
	.latest-lobang .latest-lobang-items .latest-lobang-item .latest-lobang-item-title {
		width: 80%;
	}
	
	.latest-lobang .latest-lobang-items .latest-lobang-item .latest-lobang-item-title br {
		display: block;
	}
	
	.latest-lobang .latest-lobang-form .form-fields .form-field {
		width: 32%;
	}
	
}

@media screen and (min-width: 900px) {
	.latest-lobang .latest-lobang-form {
		padding: 0 7%;
	}
}

@media screen and (min-width: 1500px) {
	.latest-lobang .latest-lobang-items.latest-lobang-count-2 .latest-lobang-item {
		padding: 0 10%;
	}
	
	.latest-lobang .latest-lobang-items .latest-lobang-item .latest-lobang-item-title {
		width: 85%;
	}
}

section.section.ecosystems {
	padding-bottom: clamp(40px, 4.2vw, 100px);
}

.ecosystems {
	background-color: #F9F9F9;
	height: 100vh;
	position: relative;
	overflow: hidden;
}

.ecosystems .ecosystems-inner {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	flex-wrap: wrap;
	height: 100%;
}

.ecosystems .ecosystems-left,
.ecosystems .ecosystems-right {
	width: 100%;
}

.ecosystems .ecosystems-left {
	display: flex;
	align-items: flex-end;
}

.ecosystems .ecosystems-left .section-heading {
	margin: 0;
	font-size: clamp(24px, 3.91vw, 100px);
}

.ecosystems .ecosystems-right {
	position: relative;
	min-height: 45vh;
}

.ecosystems .ecosystems-right .dots {
	position: absolute;
	right: 0;
	top: 0;
}

.ecosystems .ecosystems-right .dots .dot {
	width: 15px;
	height: 15px;
	border-radius: 50%;
	margin: 15px 0;
	background-color: #650119;
	opacity: 0.25;
}

.ecosystems .ecosystems-title {
	font-size: clamp(18px, 2.085vw, 52px);
	font-weight: 600;
	margin-top: 0;
}

.ecosystems .ecosystem-title {
	font-size: clamp(18px, 2.085vw, 52px);
	color: #90012F;
	margin: 0;
	margin-top: 10px;
}

.ecosystems .ecosystem-subtitle {
	margin: 25px 0;
}

.ecosystems .ecosystems-items-container {
	position: relative;
	min-height: 40vh;
}

.ecosystems .ecosystems-item {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	opacity: 0;
	padding-right: clamp(40px, 10%, 80px);
}

.ecosystems .ecosystems-item .ecosystem-icon-container {
	width: clamp(60px, 5vw, 150px);
	height: clamp(60px, 5vw, 150px);
	position: relative;
}

.ecosystems .ecosystems-item .ecosystem-icon-container img {
	width: 100%;
	object-fit: contain;
}

.ecosystems .ecosystem-text,
.ecosystems .ecosystem-item-last .ecosystems-cta-text {
	font-size: clamp(18px, 2.085vw, 52px);
	font-weight: 600;
	line-height: 1.4;
}

.ecosystems .ecosystem-text p {
	margin: 15px 0;
}

.ecosystems .ecosystem-item-last .ecosystems-cta-text p {
	margin: 25px 0 45px 0;
}

.ecosystems .ecosystem-item-last .ecosystems-cta-title {
	font-size: clamp(22px, 2.605vw, 60px);
	margin: 0;
}

.ecosystems .ecosystem-item-last .ecosystems-cta-title .maroon {
	color: #90012F;
}

@media screen and (orientation: portrait) {
	.ecosystems .ecosystems-right {
		display: flex;
		flex-flow: column;
		justify-content: center;
	}
}

@media screen and (min-width: 750px) {
	.ecosystems .ecosystems-inner {
		align-items: center;
	}
	.ecosystems .ecosystems-left,
	.ecosystems .ecosystems-right {
		width: 45%;
	}
	
	.ecosystems .ecosystems-left {
		align-items: center;
		min-height: 35vh;
	}
	
	.ecosystems .ecosystems-right {
		min-height: 80%;
	}
	
/* 	.ecosystems .ecosystems-left .section-heading {
		margin: 0.83em 0;
	} */
	
	.ecosystems .ecosystems-item {
		top: 0;
	}
	
	.ecosystems .ecosystems-right .dots {
		top: 50%;
		transform: translate(0, -50%);
	}
}

.trusted-by {
	display: flex;
	justify-content: center;
}

.trusted-by .trusted-by-container {
	width: 100%;
}

.trusted-by .trusted-by-container .trusted-by-heading-container {
	display: flex;
	justify-content: center;
}

.trusted-by .trusted-by-container .trusted-by-heading {
	width: fit-content;
	text-align: center;
	margin: 0;
	transform: translate(0, 50%);
	background-color: #FFFFFF;
	position: relative;
	z-index: 2;
	padding: 0 20px;
	font-size: clamp(18px, 2.085vw, 52px);
	font-weight: 600;
	color: #90012F;
}

.trusted-by .trusted-by-logos {
	padding: clamp(20px, 2vw, 60px) 0;
}

.trusted-by .trusted-by-logos .owl-stage {
	transition-timing-function: linear!important;
}

.trusted-by .trusted-by-logos:after {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, rgba(143, 143, 143, 0) 0%, rgba(143, 143, 143, 0.5) 50%, rgba(143, 143, 143, 0) 100%);
	display: flex;
	position: absolute;
	bottom: 0;
	left: 0;
}

.trusted-by .trusted-by-logos:before {
	content: "";
	width: 100%;
	height: 2px;
	background: linear-gradient(to right, rgba(143, 143, 143, 0) 0%, rgba(143, 143, 143, 0.5) 50%, rgba(143, 143, 143, 0) 100%);
	display: flex;
	position: absolute;
	top: 0;
	left: 0;
}

.trusted-by .trusted-by-logos .company {
	position: relative;
	padding-top: 60%;
}

.trusted-by .trusted-by-logos .company img {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	height: 100%;
	width: auto;
	max-width: 80%;
	object-fit: contain;
}

@media screen and (min-width: 750px) {
	.trusted-by .trusted-by-container {
		width: 90%;
	}
}

section.section.win-stories {
	padding-top: 0;
	padding-bottom: 0;
}

.win-stories .winwin-stories-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	grid-gap: 25px;
}

/* .win-stories .winwin-stories-grid .winwin-story {
	background: linear-gradient(to bottom right, #FeF9F9 0%, #FAF2F2 100%);
	border-radius: clamp(15px, 1.5vw, 30px);
	border: 2px solid #D28BA0;
	padding: clamp(20px, 2.5vw, 65px);
} */

.win-stories .winwin-stories-grid .winwin-story {
  border-radius: clamp(15px, 1.5vw, 30px);
  background: 
    linear-gradient(166deg, rgba(255, 255, 255, 0.5) 62.24%, rgba(250, 242, 242, 0.5) 102.7%),
    linear-gradient(166deg, #FEF9F9, #FAF2F2);
	border: 2px solid var(--gradient_stroke, rgba(255, 255, 255, 0.40));
  padding: clamp(20px, 2.5vw, 65px);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px); /* for Safari */
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
	grid-column: span 2;

  box-shadow:
    inset 5px 5px 8px rgba(255, 255, 255, 1),   /* soft inner glow */
    inset 0 0 15px rgba(255, 255, 255, 0.8),  /* wider inner haze */
    0 4px 6px rgba(0, 0, 0, 0.1);            /* subtle outer depth */
}

.win-stories .winwin-stories-grid .winwin-story .winwin-thumbnail {
	width: 100%;
	padding-top: 55%;
	position: relative;
	overflow: hidden;
	border-radius: clamp(15px, 2vw, 30px);
}

.win-stories .winwin-stories-grid .winwin-story .winwin-thumbnail img {
	position: absolute;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

.win-stories .winwin-stories-grid .winwin-story .winwin-title {
	color: #90012F;
    line-height: 1.4;
    font-size: clamp(18px, 1.67vw, 42px);
	margin-top: 15px;
}

@media screen and (min-width: 750px) {
	.win-stories .winwin-stories-grid {
		grid-template-columns: repeat(6, 1fr);
		grid-gap: clamp(20px, 3vw, 80px);
	}
	
	.win-stories .winwin-stories-grid.winwin-count-2 .winwin-story {
		grid-column: span 3;
	}
	
	.win-stories .winwin-stories-grid.winwin-count-1 .winwin-story {
		grid-column: 2 / span 4;
	}
	
	.win-stories .winwin-stories-grid:not(.winwin-count-3) .winwin-story .winwin-thumbnail-container {
		max-width: clamp(200px, 18vw, 500px);
	}
	
	.win-stories .winwin-stories-grid:not(.winwin-count-3) .winwin-story .winwin-title {
		font-size: clamp(20px, 2.085vw, 52px);
	}
}

.next-success {
	position: relative;
	overflow: hidden;
}

.next-success .section-heading {
	display: flex;
	justify-content: center;
}

.next-success .section-heading h2 {
	width: 100%;
}

@media screen and (min-width: 400px) {
	.next-success .section-heading h2 {
		width:  95%;
	}
}

@media screen and (min-width: 500px) {
	.next-success .section-heading h2 {
		width:  80%;
	}
}

.next-success .next-success-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.next-success .next-success-items .next-success-item {
	width: 100%;
	margin: 15px 0;
	position: relative;
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(20px, 2.5vw, 65px);
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

.next-success .next-success-items .next-success-item:first-child {
	background-color: #F9F9F9;
	border: 2px solid #90012F;
	color: #90012F;
}

.next-success .next-success-items .next-success-item:nth-child(2) {
	background-color: #90012F;
	border: 2px solid #90012F;
	color: #F9F9F9;
}

.next-success .next-success-items .next-success-item:first-child .next-success-item-icon {
/* 	content: ""; */
	width: 55%;
	aspect-ratio: 1/2;
/* 	background-image: url('images/solution-ready-companies-img.png');
	background-size: contain;
	background-repeat: no-repeat; */
	position: absolute;
	right: 80%;
    top: 50%;
    transform: translate(0, -50%) scale(1);
    filter: blur(3px);
	transition: filter 0.5s ease, transform 0.5s ease;
	z-index: -1;
	
}

.next-success .next-success-items .next-success-item:nth-child(2) .next-success-item-icon {
/* 	content: ""; */
	width: 65%;
	aspect-ratio: 1/1;
/* 	background-image: url('images/solution-providers-img-revised.png');
	background-size: contain;
	background-repeat: no-repeat; */
	position: absolute;
	left: 72%;
    top: 120%;
    transform: translate(0, -70%) scale(1);
    filter: blur(3px);
	transition: filter 0.5s ease, transform 0.5s ease;
	z-index: -1;
}

.next-success .next-success-items .next-success-item .next-success-item-title {
	margin: 0;
	font-size: clamp(18px, 2.085vw, 52px);
}

.next-success .next-success-items .next-success-item .next-success-item-text {
	line-height: 1.4;
}

.next-success .next-success-items .next-success-item:first-child.active .next-success-item-icon {
	filter: none;
	transform: translate(10%, -50%) scale(1.2);
	transform-origin: left;
}

.next-success .next-success-items .next-success-item:nth-child(2).active .next-success-item-icon {
	filter: none;
	transform: translate(-10%, -70%) scale(1.2);
	transform-origin: right;
}

@media screen and (min-width: 750px) {
	.next-success .section-heading h2 {
		width: 50%;
	}
	.next-success .next-success-items .next-success-item {
		width: 48%;
	}
	
	.next-success .next-success-items .next-success-item:first-child:hover .next-success-item-icon {
		filter: none;
		transform: translate(10%, -50%) scale(1.2);
		transform-origin: left;
	}

	.next-success .next-success-items .next-success-item:nth-child(2):hover .next-success-item-icon {
		filter: none;
		transform: translate(-10%, -70%) scale(1.2);
		transform-origin: right;
	}
}

.challenges {
	background-color: #8E022F;
	color: #FFFFFF;
	margin-top: -2px;
}

.challenges .challenges-items {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.challenges .challenges-items .challenges-item {
	width: 100%;
    margin-bottom: 2.2em;
}

.challenges .challenges-items .challenges-item:last-child {
	margin-bottom: 0;
}

.challenges .challenges-items .challenges-item .challenges-item-title {
	font-size: clamp(20px, 2.085vw, 52px);
	margin: 0;
	line-height: 1.2;
}

.challenges .challenges-items .challenges-item-text p {
	margin: 15px 0;
}

@media screen and (min-width: 750px) {
	.challenges .challenges-items .challenges-item {
		width: calc(100% / 3);
        margin-bottom: 0;
	}
	
	.challenges .challenges-items .challenges-item:first-child {
		padding-right: clamp(10px, 1.5vw, 50px);
		padding-left: 0;
	}
	
	
	.challenges .challenges-items .challenges-item:nth-child(2) {
		padding-right: clamp(10px, 1.5vw, 50px);
        padding-left: clamp(10px, 1.5vw, 50px);
        border-left: 2px solid #FFFFFF;
        border-right: 2px solid #FFFFFF;
	}
	
	.challenges .challenges-items .challenges-item:last-child {
		padding-left: clamp(10px, 1.5vw, 50px);
		padding-right: 0;
	}
}

.solution-process .process-items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(20px, 1.75vw, 40px);
	margin: clamp(20px, 1.75vw, 40px) 0;
}

.solution-process .process-items .process-item {
	grid-column: span 1;
	background-color: #F9F9F9;
	border-radius: clamp(15px, 1.5vw, 30px);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	padding: clamp(20px, 2vw, 50px);
	position: relative;
}

.solution-process .process-items .process-item:after {
	content: '';
	width: clamp(40px, 3vw, 68px);
	height: clamp(40px, 3vw, 68px);
	border-radius: 50%;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
	position: absolute;
	z-index: 2;
    top: 95%;
    right: 0;
    left: 0;
    margin-left: auto;
    margin-right: auto;
    transform: rotate(90deg);
	background-image: url('images/caret-maroon-right.svg');
	background-size: 50% 50%;
	background-repeat: no-repeat;
	background-position: center;
}

.solution-process .process-items .process-item:last-child:after {
	display: none;
}


.solution-process .process-items .process-item .title {
	font-size: clamp(20px, 2.085vw, 52px);
	margin: 0;
	line-height: 1.2;
	color: #90012F;
}

.solution-process .process-items .process-item .text p {
	margin: 1em 0;
}

@media screen and (min-width: 750px) {
	.solution-process .process-items {
		grid-template-columns: repeat(3, 1fr);
	}
	
	.solution-process .process-items .process-item .text p {
		width: 90%;
	}
	
	.solution-process .process-items .process-item:after {
		top: 50%;
		right: 0;
		left: unset;
		margin-left: unset;
		margin-right: unset;
		transform: translate(65%, -50%);
	}
}

.lobang-cta {
	background-color: #90012F;
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(20px, 2vw, 50px);
	color: #F9F9F9;
}

.lobang-cta .lobang-cta-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.lobang-cta .lobang-cta-flex .cta-text,
.lobang-cta .lobang-cta-flex .cta-form-container {
	width: 100%;
}

.lobang-cta .lobang-cta-flex .lobang-cta-heading {
	font-size: clamp(20px, 2.085vw, 52px);
	margin-bottom: 0;
    line-height: 1.2;
}

.lobang-cta .cta-form-container .form-fields .form-field {
	width: 100%;
	margin: clamp(10px, 0.835vw, 25px) 0;
}

.lobang-cta .cta-form-container .form-fields .form-field input {
	text-align: left;
	padding: 10px 20px;
	border-radius: clamp(30px, 1.5vw, 50px);
	background-color: transparent;
	border: 2px solid #FFFFFF;
	color: #FFFFFF;
	font-size: clamp(14px, 1.05vw, 24px);
}

.popup-form.lobang-cta .cta-form-container .form-fields .form-field input {
	border: 2px solid #90012F;
	color: #90012F;
}

.lobang-cta .cta-form-container .form-fields .form-field input::-webkit-input-placeholder {
	font-weight: 300;
	color: #FFFFFF;
}

.lobang-cta .cta-form-container .form-fields .form-field input:-ms-input-placeholder {
	font-weight: 300;
	color: #FFFFFF;
}

.lobang-cta .cta-form-container .form-fields .form-field input:-moz-placeholder {
	font-weight: 300;
	color: #FFFFFF;
}

.lobang-cta .cta-form-container .form-fields .form-field input::-moz-placeholder {
	font-weight: 300;
	color: #FFFFFF;
}

.popup-form.lobang-cta .cta-form-container .form-fields .form-field input::-webkit-input-placeholder {
	font-weight: 300;
	color: #90012F;
}

.popup-form.lobang-cta .cta-form-container .form-fields .form-field input:-ms-input-placeholder {
	font-weight: 300;
	color: #90012F;
}

.popup-form.lobang-cta .cta-form-container .form-fields .form-field input:-moz-placeholder {
	font-weight: 300;
	color: #90012F;
}

.popup-form.lobang-cta .cta-form-container .form-fields .form-field input::-moz-placeholder {
	font-weight: 300;
	color: #90012F;
}

.lobang-cta .cta-form-container {
	padding: 0;
}

.lobang-cta .cta-form-container .form-submit {
	display: flex;
	justify-content: center;
}

form .wpcf7-not-valid-tip {
	font-size: clamp(14px, 0.835vw, 18px);
}

.lobang-cta .cta-form-container .wpcf7 form .wpcf7-response-output {
	margin: 25px 0;
    text-align: center;
    border: none;
	padding-left: 0;
	padding-right: 0;
	font-size: clamp(14px, 0.835vw, 18px);
}

.popup-form.lobang-cta .cta-form-container .wpcf7 form .wpcf7-response-output {
	color: #000000;
}

.lobang-cta .cta-form-container .form-submit p {
	width: 100%;
}

.lobang-cta .cta-form-container .form-submit input {
	width: 100%;
	font-size: clamp(14px, 0.94vw, 22px);
	font-weight: 700;
	color: #90012F;
	background-color: #FFFFFF;
	border-radius: clamp(35px, 1.5vw, 50px);
	border: none;
	padding: 15px 20px;
	transform-origin: center;
	text-align: center;
	text-transform: uppercase;
}

.popup-form.lobang-cta .cta-form-container .form-submit input {
	background-color: #90012F;
	color: #F9F9F9;
}

@media screen and (min-width: 750px) {
	
	.lobang-cta .lobang-cta-flex {
		width: 75%;
		margin: 0 auto;
	}
	.lobang-cta .lobang-cta-flex .cta-text {
		width: 60%;
	}
	.lobang-cta .lobang-cta-flex .cta-form-container {
		width: 35%;
	}
}

.faq {
	background-color: #F9F9F9;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.faq .faq-heading-container,
.faq .faq-list {
	width: 100%;
}

@media screen and (min-width: 750px) {
	.faq .faq-heading-container,
	.faq .faq-list {
		width: 48%;
	}
	
	.faq .faq-heading-container .section-heading {
		margin-top: clamp(15px, 1.8vw, 35px);
	}
	
	section.section.faq {
		padding-top: clamp(80px, 6.5vw, 180px);
	}
}

.faq .faq-accordion {
    padding: clamp(20px, 2vw, 40px) 0;
	position: relative;
	border-bottom: 1px solid #000000;
}


.faq .faq-checkbox {
    display: none; /* Hide the checkbox */
}

.faq .faq-question {
    display: flex;
	justify-content: space-between;
    align-items: center;
    cursor: pointer;
    margin: 0;
	padding: 0;
	color: #5D5D60;
}

.faq .faq-question .question {
	width: 85%;
	font-family: "Open Sans", sans-serif;
	font-size: clamp(18px, 1.875vw, 48px);
	font-weight: 700;
	color: #90012F;
	margin: 0;
	line-height: 1.3;
}

.faq .faq-toggle-icon {
	display: flex;
    align-items: center;
    justify-content: center;
    width: clamp(30px, 2.25vw, 52px);
    height: clamp(30px, 2.25vw, 52px);
    border-radius: 50%;
    border: 2px solid #90012F;
	background-color: transparent;
	transform: rotate(0);
    transition: transform 0.3s ease, background-color 0.5s ease;
}

.faq .faq-toggle-icon img {
	filter: none;
/* 	transition: filter 0.5s ease; */
	width: 70%;
}

.faq .faq-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    line-height: 1.5;
   	padding: 0;
	color: #000000;
}

.faq .faq-answer p {
	margin-bottom: 1.4em;
}

.faq .faq-answer a {
	color: #5D5D60;
}

/* When the checkbox is checked, expand the answer and rotate the icon */
.faq .faq-checkbox:checked + .faq-question + .faq-answer {
    max-height: 1000px; /* Adjust as needed */
}

.faq .faq-checkbox:checked + .faq-question .faq-toggle-icon {
    transform: rotate(180deg);
	background-color: #90012F;
}

.faq .faq-checkbox:checked + .faq-question .faq-toggle-icon img {
	filter: grayscale(1) brightness(10);
}

.companies-we-represent .companies-wrapper .grid-container {
	display: grid;
	grid-template-columns: 1fr;
	gap: clamp(35px, 3.5vw, 80px) clamp(20px, 2.5vw, 50px);
	position: relative;
}

.companies-we-represent .companies-wrapper .grid-container .grid-item {
	background-color: #F9F9F9;
	border-radius: clamp(15px, 1.5vw, 30px);
	padding: clamp(20px, 1.7vw, 40px);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	cursor: pointer;
	position: relative;
}

.companies-we-represent .companies-wrapper .grid-container .grid-item .arrow-container {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	background-color: #FFFFFF;
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	position: absolute;
	top: 100%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	display: flex;
	align-items: center;
	justify-content: center;
	transition: background-color 0.5s ease;
}

.companies-we-represent .companies-wrapper .grid-container .grid-item.active .arrow-container {
	background-color: #90012F;
}

.companies-we-represent .companies-wrapper .grid-container .grid-item .arrow-container img {
	transform: rotate(90deg);
	height: 70%;
	object-fit: contain;
	filter: none;
	transition: transform 0.5s ease;
}

.companies-we-represent .companies-wrapper .grid-container .grid-item.active .arrow-container img {
	transform: rotate(270deg);
	filter: grayscale(1) brightness(10);
}

.companies-we-represent .companies-wrapper .grid-container .grid-item .logo-container {
	width: 100%;
	padding-top: 25%;
	position: relative;
}

.companies-we-represent .companies-wrapper .grid-container .grid-item .logo-container img {
	position: absolute;
	height: 100%;
	max-width: 75%;
	object-fit: contain;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.companies-we-represent .companies-wrapper .grid-container .grid-item .short-description {
	margin-bottom: 1em;
}

.custom-select-wrapper {
	position: relative;
	width: clamp(200px, 10.5vw, 250px);
	cursor: pointer;
	margin-bottom: clamp(20px, 4vw, 80px);
}

.custom-select-wrapper.sort {
	width: clamp(150px, 10vw, 200px);
}

.lobang-library-container .lobang-filters,
.win-win-stories-container .wins-filters {
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	margin-bottom: clamp(20px, 4vw, 80px);
}

.lobang-filters .custom-select-wrapper,
.wins-filters .custom-select-wrapper {
	margin-bottom: 10px;
}


@media screen and (min-width: 600px) {
	.lobang-filters .filter-left,
	.wins-filters .filter-left {
		margin-right: 10px;
	}
	
	.lobang-library-container .lobang-filters,
	.win-win-stories-container .wins-filters {
		flex-flow: row;
		justify-content: space-between;
	}
}

.custom-select-trigger {
	background-color: #F9F9F9;
	border: 2px solid #90012F;
	padding: 5px clamp(20px, 1.5vw, 30px);
	border-radius: 4px;
	color: #90012F;
	font-size: clamp(14px, 0.835vw, 16px);
	font-weight: 700;
	position: relative;
	z-index: 3;
	border-radius: clamp(20px, 3vw, 50px);
}

.lobang-filters .custom-select-wrapper.sort .custom-select-trigger,
.wins-filters .custom-select-wrapper.sort .custom-select-trigger {
	border: none;
	border-bottom: 2px solid #90012F;
    border-radius: 0;
    background-color: #FFFFFF;
    padding: 5px 0;
}

.custom-select-trigger:after {
	content: "";
	width: 10px;
	height: clamp(14px, 0.835vw, 16px);
	background-image: url('images/caret-maroon-right.svg');
    background-size: 100% 100%;
    background-repeat: no-repeat;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translate(0, -50%) rotate(90deg);
    display: flex;
	transition: transform 0.5s ease;
}

.lobang-filters .custom-select-wrapper.sort .custom-select-trigger:after,
.wins-filters .custom-select-wrapper.sort .custom-select-trigger:after {
	content: "";
	width: 10px;
	height: 18px;
	background-image: url('images/sort-icon.svg');
	background-repeat: no-repeat;
    position: absolute;
    right: 0;
	top: 50%;
    transform: translate(0, -50%);
	display: flex;
}

.custom-select-trigger.active:after {
	transform: translate(0, -50%) rotate(270deg);
}

.lobang-filters .custom-select-wrapper.sort .custom-select-trigger.active:after,
.wins-filters .custom-select-wrapper.sort .custom-select-trigger.active:after {
	transform: translate(0, -50%);
}

.custom-options {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: #F9F9F9;
    border-top: none;
    z-index: 2;
    max-height: 300px;
    overflow-y: auto;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    border-radius: clamp(10px, 1vw, 50px);
    padding-top: 40px;
}

.lobang-filters .custom-select-wrapper.sort .custom-options,
.wins-filters .custom-select-wrapper.sort .custom-options {
	padding-top: 0;
	margin-top: 5px;
	top: 100%;
	border-radius: 0 0 clamp(10px, 1vw, 50px) clamp(10px, 1vw, 50px);
}

.custom-option {
	padding: 10px clamp(15px, 2vw, 50px);
	color: #90012F;
	background-color: #F9F9F9;
	transition: color 0.5s ease, background-color 0.5s ease;
	font-size: clamp(14px, 0.835vw, 16px);
}

.custom-option:hover,
.custom-option.active {
	background-color: #90012F;
	color: #F9F9F9;
}


@media screen and (min-width: 480px) {
	.companies-we-represent .companies-wrapper .grid-container {
		grid-template-columns: repeat(2, 1fr);
	}
}
@media screen and (min-width: 750px) {
	.companies-we-represent .companies-wrapper .grid-container {
		grid-template-columns: repeat(3, 1fr);
	}
}
@media screen and (min-width: 1024px) {
	.companies-we-represent .companies-wrapper .grid-container {
		grid-template-columns: repeat(4, 1fr);
	}
}
.companies-we-represent .companies-wrapper .grid-expander {
	grid-column: 1 / -1;
	display: none;
	padding: 20px;
	position: relative;
}
.companies-we-represent .companies-wrapper .grid-expander.active {
	display: block;
}

.companies-we-represent .companies-wrapper .grid-container .grid-expander:before {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(143,143,143, 1) 50%, rgba(255,255,255,1) 100%);
}

.companies-we-represent .companies-wrapper .grid-container .grid-expander:after {
	content: "";
	height: 1px;
	width: 100%;
	position: absolute;
	bottom: 0;
	left: 0;
	background: linear-gradient(to right, rgba(255,255,255,1) 0%, rgba(143,143,143, 1) 50%, rgba(255,255,255,1) 100%);
}

.companies-we-represent .companies-wrapper .grid-expander-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 20px 0;
}

.companies-we-represent .companies-wrapper .grid-expander-flex .grid-expander-left,
.companies-we-represent .companies-wrapper .grid-expander-flex .grid-expander-right {
	width: 100%;
}

.companies-we-represent .companies-wrapper .grid-expander-flex .grid-expander-left .logo-container {
	width: 100%;
	padding-top: 12%;
	position: relative;
}

.companies-we-represent .companies-wrapper .grid-expander-flex .grid-expander-left .logo-container img {
	position: absolute;
	height: 100%;
	max-width: 50%;
	object-fit: contain;
	left: 0;
	top: 50%;
	transform: translate(0, -50%);
}

.companies-we-represent .companies-wrapper .grid-expander-flex .solutions-title {
	font-size: clamp(20px, 2.085vw, 52px);
	font-weight: 700;
	color: #90012F;
	margin: 0.7em 0;
	line-height: 1.2;
}

.companies-we-represent .companies-wrapper .grid-expander-flex .solutions-text ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.companies-we-represent .companies-wrapper .grid-expander-flex .solutions-text ul li {
	position: relative;
	display: flex;
	margin: 10px 0;
}

.companies-we-represent .companies-wrapper .grid-expander-flex .solutions-text ul li:before {
	content: "";
	width: clamp(20px, 1.7vw, 40px);
	height: clamp(20px, 1.7vw, 40px);
	background-image: url('images/checkmark-circled-maroon.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	flex-shrink: 0;
	margin-right: clamp(5px, 0.6vw, 15px);
}

@media screen and (min-width: 750px) {
	.companies-we-represent .companies-wrapper .grid-expander-flex {
		padding: 20px 5%;
	}
	.companies-we-represent .companies-wrapper .grid-expander-flex .grid-expander-left {
		width: 55%;
	}
	.companies-we-represent .companies-wrapper .grid-expander-flex .grid-expander-right {
		width: 41%;
	}
}

.companies-we-represent .companies-wrapper .grid-expander .categories {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.companies-we-represent .companies-wrapper .grid-expander .categories .categories-title {
	margin: 0.5em 0;
	width: 100%;
}

.categories .categories-title {
	font-size: clamp(12px, 1.05vw, 24px);
	font-weight: 700;
	margin: 0;
}

.categories-list {
	display: flex;
	flex-wrap: wrap;
}

.categories .category {
	display: flex;
	background-color: #90012F;
	color: #FFFFFF;
	margin: 0.5em 0.25em;
	padding: 0.25em 1em;
	border-radius: clamp(20px, 2vw, 50px);
	font-size: clamp(12px, 1.05vw, 24px);
}

.categories .category.category-sustainability {
	background-color: #91D54D;
}

@media screen and (min-width: 750px) {
	.companies-we-represent .companies-wrapper .grid-expander .categories .categories-title {
		width: fit-content;
	}
	
	.companies-we-represent .companies-wrapper .grid-expander .categories .categories-list {
		margin-left: 0.5em;
	}
}

#lobang-results,
#wins-results {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: clamp(20px, 2vw, 40px);
}

#lobang-results .type-lobang,
#wins-results .type-win-win-stories {
	grid-column: span 1;
	grid-row: span 1;
	background-color: #F9F9F9;
	border-radius: clamp(15px, 1.5vw, 30px);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	padding: clamp(15px, 1.5vw, 30px);
}

#lobang-results .type-lobang,
#wins-results .type-win-win-stories {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

#lobang-results .type-lobang:nth-child(2),
#wins-results:not(.not-first-page) .type-win-win-stories:first-child {
	grid-column: 1 / span 1;
	grid-row: 1 / span 2;
}

#lobang-results.not-first-page .type-lobang:nth-child(2) {
	grid-row: 1 / span 1;
}

#lobang-results .type-lobang .image-container,
#wins-results .type-win-win-stories .image-container {
	width: 35%;
	display: flex;
}
#lobang-results .type-lobang .text-container,
#wins-results .type-win-win-stories .text-container {
	width: 61%;
	display: flex;
	flex-flow: column;
	justify-content: space-between;
}

#lobang-results:not(.not-first-page) .type-lobang:nth-child(2) .image-container,
#lobang-results:not(.not-first-page) .type-lobang:nth-child(2) .text-container,
#wins-results:not(.not-first-page) .type-win-win-stories:first-child .image-container,
#wins-results:not(.not-first-page) .type-win-win-stories:first-child .text-container {
	width: 100%;
}

#lobang-results:not(.not-first-page) .type-lobang:nth-child(2) .image-container,
#wins-results:not(.not-first-page) .type-win-win-stories:first-child .image-container {
	margin-bottom: 1.5em;
}

#lobang-results .type-lobang .image-container-inner,
#wins-results .type-win-win-stories .image-container-inner{
	width: 100%;
	padding-top: 100%;
	position: relative;
	overflow: hidden;
	border-radius: 8px;
}

#lobang-results:not(.not-first-page) .type-lobang:nth-child(2) .image-container-inner,
#wins-results:not(.not-first-page) .type-win-win-stories:first-child .image-container-inner {
	padding-top: 50%;
}

#lobang-results .type-lobang .image-container-inner img,
#wins-results .type-win-win-stories .image-container img {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	object-fit: cover;
}

#lobang-results .type-lobang .excerpt,
#wins-results .type-win-win-stories .excerpt{
	margin-bottom: 1em;
	line-height:1.4;
}

/* #lobang-results .type-lobang:not(:nth-child(2)) .excerpt,
#wins-results .type-win-win-stories:not(:first-child) .excerpt {
	display: none;
} */

#wins-results.not-first-page .type-win-win-stories .story-title br,
#wins-results .type-win-win-stories:not(:first-child) .story-title br {
	display: none;
}

#lobang-results .type-lobang .lobang-title,
#wins-results .type-win-win-stories .story-title {
	font-size: clamp(20px, 2.085vw, 52px);
	font-weight: 700;
	color: #90012F;
	width: 80%;
	line-height: 1.2;
	margin-top: 0;
	margin-bottom: 0.5em;
}

#wins-results .type-win-win-stories .story-title {
	width: 100%;
}

#wins-results .type-win-win-stories .bottom-flex {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

@media screen and (min-width: 750px) {
	#lobang-results,
	#wins-results {
		grid-template-columns: repeat(2, 1fr);
	}
}

#lobang-results .lobang-cta {
	display: flex;
    flex-flow: column;
    justify-content: space-between;
}

#lobang-results .lobang-cta .cta-heading {
	font-size: clamp(20px, 2.085vw, 52px);
	font-weight: 700;
	color: #F9F9F9;
	margin: 0;
	line-height: 1.2;
}

#lobang-results .lobang-cta .text-container p {
	margin: 1em 0;
	width: 80%;
}

#lobang-results .lobang-cta .wpcf7 form .wpcf7-response-output {
	border: none;
    text-align: center;
    margin: 0.5em 0;
    padding: 0;
}

#lobang-results .lobang-cta .cta-form-container form {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-wrap: wrap;
}

#lobang-results .lobang-cta .cta-form-container form .form-fields,
#lobang-results .lobang-cta .cta-form-container form .form-submit {
	width: 100%;
}

#lobang-results .lobang-cta .cta-form-container form .form-fields .form-field:last-child{
	margin-bottom: 0;
}

#lobang-results .lobang-cta .cta-form-container form .form-submit {
	position: relative;
	margin-top: clamp(10px, 0.835vw, 25px);
}

.popup-form.lobang-cta .cta-form-container form .form-submit {
	position: relative;
}

#lobang-results .lobang-cta .cta-form-container form .form-submit .wpcf7-spinner,
.popup-form.lobang-cta .cta-form-container form .form-submit .wpcf7-spinner {
	top: 100%;
	left: 0;
}

@media screen and (min-width: 600px) {
	#lobang-results .lobang-cta .cta-form-container form .form-fields {
		width: 70%;
	}
	#lobang-results .lobang-cta .cta-form-container form .form-submit {
		width: 26%;
	}
}

.pagination-wrapper .pagination {
	margin-top: clamp(30px, 4vw, 80px);
}

.pagination-wrapper .nav-links {
	display: flex;
	justify-content: center;
	align-items: center;
}

.nav-links .page-numbers.dots {
	margin: 0;
}

.pagination-wrapper .nav-links .page-numbers:not(.next):not(.prev):not(.dots) {
	width: clamp(20px, 1.6vw, 30px);
    height: clamp(20px, 1.6vw, 30px);
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    color: #000000;
    font-weight: 700;
    font-size: clamp(14px, 0.94vw, 28px);
    margin: 5px;
	position: relative;
}

.pagination-wrapper .nav-links .page-numbers:not(.next):not(.prev):not(.dots):after {
    content: "";
    height: 2px;
    width: 75%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    background-color: #90012F;
	transform: scaleX(0);
	transition: transform 0.5s ease;
	transform-origin: center;
}

.pagination-wrapper .nav-links .page-numbers:not(.next):not(.prev):not(.dots):hover:after,
.pagination-wrapper .nav-links .page-numbers.current:not(.next):not(.prev):not(.dots):after {
	transform: scaleX(1);
}

.pagination-wrapper .pagination-arrow {
	display: flex;
}

.pagination-wrapper .pagination-arrow:after {
	content: "";
	width: clamp(20px, 1.4vw, 25px);
	height: clamp(20px, 1.4vw, 25px);
	background-size: 100% 100%;
	background-repeat: no-repeat;
	display: flex;
	transform: none;
	transition: transform 0.5s ease;
}

.pagination-wrapper .pagination-arrow-next {
	margin-left: 10px;
}

.pagination-wrapper .pagination-arrow-prev {
	margin-right: 10px;
}

.pagination-wrapper .pagination-arrow-next:after {
	background-image: url("images/pagination-arrow.svg");
}

.pagination-wrapper .pagination-arrow-next:hover:after {
	transform: translate(5px, 0);
}

.pagination-wrapper .pagination-arrow-prev:after {
	background-image: url("images/pagination-arrow.svg");
	transform: rotate(180deg);
}

.pagination-wrapper .pagination-arrow-prev:hover:after {
	transform: translate(-5px, 0) rotate(180deg);
}

.popup-form-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,0.5);
	display: flex;
	align-items: center;
	justify-content: center;
	z-index: 9999;
	pointer-events: non;
	opacity: 0;
	visibility: hidden;
	transition: opacity 0.5s ease, visibility 0.5s ease;
}

.popup-form-overlay.show {
	opacity: 1;
	visibility: visible;
	pointer-events: auto;
}

.popup-form {
	background: #F9F9F9;
	padding: clamp(20px, 2vw, 40px);
	border-radius: clamp(15px, 1.5vw, 30px);
	max-width: 400px;
	width: 90%;
	position: relative;
	box-shadow: 0 3px 6px rgba(0,0,0,0.16);
	transform: translateY(20px);
	transition: transform 0.3s ease;
}

.popup-form .popup-heading {
	color: #90012F;
	text-align: center;
	font-size: clamp(24px, 2.085vw, 52px);
	line-height: 1.2;
	margin: 0.5em 0;
}

.popup-form .text-container {
	color: #000000;
	text-align: center;
}

@media screen and (min-width: 1024px) {
	.popup-form {
		width: 27%;
		max-width: unset;
	}
}

.popup-form-overlay.show .popup-form {
	transform: translateY(0);
}

button.close-popup {
	position: absolute;
	top: 15px;
	right: 20px;
	background: none;
	border: none;
	cursor: pointer;
	width: clamp(14px, 0.9vw, 20px);
	height: clamp(14px, 0.9vw, 20px);
	padding: 0;
}

.close-popup img {
	width: 100%;
	height: 100%;
}

.popup-switch-container {
	display: flex;
	justify-content: flex-end;
	align-items: center;
	margin-top: clamp(20px, 2vw, 40px);
	gap: 10px;
	font-size: clamp(10px, 0.835vw, 16px);
}

.popup-switch {
	position: relative;
	display: inline-block;
	width: 31px;
	height: 14px;
}

.popup-switch-container .switch-label {
	color: #000000;
}

.popup-switch input {
	opacity: 0;
	width: 0;
	height: 0;
}

.popup-switch .slider {
	position: absolute;
	cursor: pointer;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #4D4D4D;
	transition: 0.3s;
	border-radius: 22px;
	border: 2px solid #BBBBBB;
}

.popup-switch .slider:before {
	position: absolute;
	content: "";
	height: 16px;
	width: 16px;
	left: -3px;
	top: 50%;
	transform: translateY(-50%);
	background-color: #BBBBBB;
	transition: 0.3s;
	border-radius: 50%;
	box-shadow: 0px 1px 2px rgba(7,7,7,0.4);
}

.popup-switch input:checked + .slider {
	background-color: #FFFFFF;
}

.popup-switch input:checked + .slider:before {
	transform: translateX(18px) translateY(-50%);
}

section.section.single-lobang-content-container,
section.section.single-win-content-container {
	padding-top: clamp(40px, 5.2vw, 120px);
}

.single-lobang-content-container .single-lobang-meta-flex,
.single-win-content-container .single-win-meta-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: clamp(40px, 8vw, 180px);
}

.single-lobang-content-container .single-lobang-meta-flex .time,
.single-win-content-container .single-win-meta-flex .scope {
	color: #000000;
	padding-left: clamp(15px, 1.25vw, 25px);
	border-left: 1px solid #000000;
}

.single-lobang-content-container .single-lobang-meta-flex .time p,
.single-win-content-container .single-win-meta-flex .scope p {
	margin: 0.75em 0;
	font-size: clamp(12px, 1.05vw, 24px);
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0 clamp(10px, 1vw, 20px);
	line-height: 1.2;
}

.single-lobang-content-container .single-lobang-meta-flex .time p {
	grid-template-columns: repeat(2, 1fr);
}

.single-lobang-content-container .single-lobang-meta-flex .time p strong,
.single-lobang-content-container .single-lobang-meta-flex .time p span,
.single-win-content-container .single-win-meta-flex .scope p strong,
.single-win-content-container .single-win-meta-flex .scope p span {
	display: block;
/* 	grid-column: span 1; */
	margin: 0.25em 0;
}

.single-win-content-container .single-win-meta-flex .scope-wrapper {
	display: flex;
	position: relative;
	gap: clamp(15px, 1.25vw, 25px);
	width: 100%;
	margin-top: clamp(10px, 1vw, 20px);
}

.single-win-content-container .single-win-meta-flex .scope-wrapper .logo-container {
	position: relative;
    width: 35%;
    height: 100%;
}

.single-win-content-container .single-win-meta-flex .scope {
	width: 65%;
}

@media screen and (min-width: 450px) {
	.single-win-content-container .single-win-meta-flex .scope p {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media screen and (min-width: 750px) {
	.single-lobang-content-container .single-lobang-meta-flex .time p strong,
	.single-win-content-container .single-win-meta-flex .scope p strong {
		white-space: nowrap;
	}
	
	.single-win-content-container .single-win-meta-flex .scope-wrapper {
		width: clamp(400px, 40%, 1000px);
		margin-top: 0;
	}
}

.single-win-content-container .single-win-meta-flex .scope-wrapper .logo-container img {
	position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media screen and (min-width: 750px) {
	.single-lobang-content-container .single-lobang-meta-flex .time {
		width: 28%;
		flex-shrink: 0;
	}
}

.single-lobang-content-container .single-lobang-title,
.single-win-content-container .single-win-title {
	font-size: clamp(24px, 3.91vw, 100px);
    line-height: 1.2;
	color: #90012F;
	margin-top: 0;
}

.single-lobang-content-container .main-content-flex {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.single-lobang-content-container .main-content-flex .entry-content,
.single-lobang-content-container .main-content-flex .entry-sticky {
	width: 100%;
}

.single-lobang-content-container .main-content-flex .entry-content .introduction {
	padding-left: 5%;
	border-left: 1px solid #000000;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: clamp(20px, 2.085vw, 52px);
}

.single-lobang-content-container .main-content-flex .entry-content .introduction p {
	margin-top: 0;
}

.single-lobang-content-container .main-content-flex .entry-content .main-text-block h2 {
	font-size: clamp(20px, 2.085vw, 52px);
}

.single-lobang-content-container .main-content-flex .entry-content .main-text-block ul,
.single-lobang-content-container .main-content-flex .entry-content .main-text-block ol {
	margin: 0;
	padding: 0;
	list-style-position: inside;
}

.single-lobang-content-container .main-content-flex .entry-content .main-text-block ul li,
.single-lobang-content-container .main-content-flex .entry-content .main-text-block ol li {
	margin: 0.5em 0;
}

.single-lobang-content-container .main-content-flex .entry-content .main-text-block h2,
.single-lobang-content-container .main-content-flex .entry-content .main-text-block h3,
.single-lobang-content-container .main-content-flex .entry-content .main-text-block h4,
.single-lobang-content-container .main-content-flex .entry-content .main-text-block h5,
.single-lobang-content-container .main-content-flex .entry-content .main-text-block h6 {
	color: #90012F;
	line-height: 1.2;
}

.single-lobang-content-container .main-content-flex .entry-content .main-text-block h3,
.single-lobang-content-container .main-content-flex .entry-content .main-text-block h4,
.single-lobang-content-container .main-content-flex .entry-content .main-text-block h5,
.single-lobang-content-container .main-content-flex .entry-content .main-text-block h6,
.single-lobang-content-container .main-content-flex .entry-content .main-text-block p:has(strong:only-child) {
	margin-top: 2.5em;
	margin-bottom: 0.5em;
}

.single-lobang-content-container .main-content-flex .entry-content .illustration-block {
	margin: clamp(40px, 4.2vw, 100px) 0;
}

.single-lobang-content-container .main-content-flex .entry-content .illustration-block .illustration-item {
	border-bottom: 2px solid #000000;
	font-weight: 700;
	padding: 0.5em 0;
}

.single-lobang-content-container .main-content-flex .entry-content .illustration-block .illustration-item p,
.single-lobang-content-container .main-content-flex .entry-content .illustration-block .illustration-item ol,
.single-lobang-content-container .main-content-flex .entry-content .illustration-block .illustration-item ul {
	margin-bottom: 1em;
}

.single-lobang-content-container .main-content-flex .entry-sticky .sticky-cta {
	padding: clamp(20px, 1.5vw, 40px);
	background-color: #90012F;
	border-radius: clamp(15px, 1.5vw, 30px);
	color: #FFFFFF;
	position: sticky;
	top: clamp(80px, 4vw, 120px);
	margin-top: 40px;
}

.single-lobang-content-container .main-content-flex .entry-sticky .sticky-cta .cta-text {
	margin-top: 0;
	line-height: 1.2;
	font-size: clamp(24px, 2.085vw, 52px);
}

.single-lobang-content-container .main-content-flex .entry-sticky .sticky-cta button {
	cursor: pointer;
}

.single-lobang-content-container .content-top-container {
	margin-bottom: clamp(40px, 6.5vw, 180px);
}

.single-lobang-content-container .video-wrapper {
	width: 100%;
	padding-top: 56.25%;
	position: relative;
	overflow: hidden;
	border-radius: clamp(15px, 1.5vw, 30px);
}

.single-lobang-content-container .video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

@media screen and (min-width: 750px) {
	.single-lobang-content-container .main-content-flex .entry-content {
		width: 65%;
	}
	.single-lobang-content-container .main-content-flex .entry-sticky {
		width: 28%;
	}
	
	.single-lobang-content-container .main-content-flex .entry-sticky .sticky-cta {
		margin-top: 0;
	}
	
	.single-lobang-content-container .main-content-flex .entry-content .introduction {
		margin-left: 5%;
	}
}

section.section.enquire {
	padding-top: 0;
}

.type-lobang .enquire .enquire-inner {
	background-color: #F9F9F9;
	border-radius: clamp(15px, 1.5vw, 30px);
	box-shadow: 0px 3px 6px rgba(0,0,0,0.16);
	padding: clamp(25px, 3vw, 60px) clamp(15px, 1.5vw, 30px);
	text-align: center;
}

.type-lobang .enquire .enquire-inner .enquire-title {
	font-size: clamp(18px, 2.085vw, 52px);
	font-weight: 700;
	line-height: 1.2;
}

.type-lobang .enquire .enquire-inner .enquire-title em {
	color: #90012F;
	font-style: normal
}

.type-lobang .enquire .enquire-inner .enquire-title * {
	margin-top: 0;
	margin-bottom: 0.83;
}

.type-lobang .enquire .enquire-inner .button-container {
	display: flex;
	justify-content: center;
}

.type-lobang .enquire .enquire-inner .button-container .button {
	color: #650119;
	background-color: #FFFFFF;
	border: 2px solid #FFFFFF;
	transition: color 0.5s ease, background-color 0.5s ease;
	box-shadow: 3px 6px 6px rgba(0,0,0,0.16);
	display: flex;
	align-items: center;
}

.type-lobang .enquire .enquire-inner .button-container .button:hover {
	background-color: #650119;
	color: #FFFFFF;
}

.type-lobang .enquire .enquire-inner .button-container .button:after {
	content: "";
	height: clamp(16px, 1vw, 25px);
	width: clamp(16px, 1vw, 25px);
	background-image: url( 'images/arrow-top-right-maroon.svg' );
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left: clamp(15px, 1.5vw, 30px);
}

.type-lobang .enquire .enquire-inner .button-container .button:hover:after {
	filter: grayscale(1) brightness(10);
}

@media screen and (min-width: 750px) {
	.type-lobang .enquire .enquire-inner .content-wrapper {
		width: 70%;
		margin: 0 auto;
	}
}

.story-tabs-navigation {
	display: none;
}

.story-tabs-content .story-tab-title {
	font-size: clamp(20px, 2.085vw, 52px);
	line-height: 1.2;
	color: #90012F;
	position: relative;
	margin: 1em 0;
}

.story-tabs-content .column ul {
	margin-bottom: 0;
	margin-left: 0;
	padding-left: 0;
	list-style-position: inside;
}

@media screen and (min-width: 750px) {
	
	.story-tabs-content .story-tab-title {
		display: none;
	}
	
	.story-tabs-content .column ul {
		margin-bottom: 1.5em;
	}
	
	.story-tabs-navigation {
		display: flex;
		justify-content: center;
		margin-bottom: clamp(20px, 3vw, 60px);
	}

	.story-tabs-navigation .story-tab-nav {
		cursor: pointer;
		padding: 5px clamp(15px, 1.5vw, 40px);
		margin: 0.5em 0;
		position: relative;
		background-color: transparent;
		transition: background-color 0.5s ease;
		border-radius: clamp(15px, 1vw, 25px);
	}

	.story-tabs-navigation .story-tab-nav:after {
		content: "";
		height: calc(100% - clamp(5px, 0.75vw, 10px));
		width: 2px;
		position: absolute;
		top: 0;
		right: -1px;
		background-color: #90012F;
	}

	.story-tabs-navigation .story-tab-nav.active:after,
	.story-tabs-navigation .story-tab-nav:nth-child(2):after {
		display: none;
	}

	.story-tabs-navigation:has(.story-tab-nav:nth-child(2).active) .story-tab-nav:after {
		display: none;
	}
	.story-tabs-navigation .story-tab-nav:last-child:after {
		right: unset;
		left: -1px;
	}

	.story-tabs-navigation .story-tab-nav.active {
		background-color: #90012F;
	}

	.story-tabs-navigation .story-tab-nav h2 {
		font-size: clamp(20px, 2.085vw, 52px);
		line-height: 1.2;
		color: #90012F;
		position: relative;
		margin: 0;
		padding: clamp(5px, 0.75vw, 10px) 0;
		white-space: nowrap;
		transition: color 0.5s ease;
	}

	.story-tabs-navigation .story-tab-nav.active h2 {
		color: #F9F9F9;
	}

	.story-tabs-navigation .story-tab-nav h2:after {
		content: "";
		height: 5px;
		width: 100%;
		background-color: #90012F;
		border-radius: 20px;
		position: absolute;
		left: 0;
		top: 100%;
	}

	.story-tabs-content {
		position: relative;
	}

	.story-tabs-content .story-tab-content {
		position: absolute;
		top: clamp(40px, 5.2vw, 120px);
		left: 0;
		width: 100%;
		opacity: 0;
		visibility: hidden;

		z-index: -1;
	}

	.story-tabs-content .story-tab-content.active {
	   opacity: 1;
		visibility: visible;
		position: relative;
		z-index: 1;
		top: 0;
		transition: opacity 0.4s ease, visibility 0.4s ease;
	}
}

.story-tabs-content .story-tab-content .story-tab-content-wrapper p {
	margin-top: 1.5em;
}

.story-tabs-content .story-tab-content .story-tab-content-wrapper {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 0 clamp(20px, 2vw, 40px);
	line-height: 1.75;
}

@media screen and (min-width: 750px) {
	.story-tabs-content .story-tab-content .story-tab-content-wrapper {
		grid-template-columns: repeat(2, 1fr);
	}
	
	.story-tabs-content .story-tab-content .story-tab-content-wrapper p {
		margin-top: 0;
	}
}

.testimony {
	background-color: #F9F9F9;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.testimony:before {
	content: "";
    width: clamp(100px, 15vw, 400px);
    height: clamp(80px, 12vw, 300px);
    position: absolute;
    left: 5%;
    bottom: clamp(20px, 2vw, 50px);
	background-image: url('images/text-bubble.png');
	background-size: contain;
	background-repeat: no-repeat;
	transform: scaleX(-1);
}

.testimony:after {
	content: "";
    width: clamp(150px, 20vw, 550px);
    height: clamp(100px, 16vw, 450px);
    position: absolute;
    top: clamp(20px, 2vw, 50px);
	right: 0;
	background-image: url('images/text-bubble.png');
	background-size: contain;
	background-repeat: no-repeat;
	transform: translate(15%, 0);
}

.testimony .quotation-marks img {
	width: clamp(25px, 3vw, 50px);
	object-fit: contain;
}

.testimony .text-wrapper {
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	font-size: clamp(20px, 2.085vw, 52px);
    line-height: 1.4;
	color: #000000;
}

.testimony .text-wrapper strong {
	font-weight: 700;
	color: #90012F;
}

@media screen and (min-width: 750px) {
	.testimony .text-wrapper {
		width: 65%;
		margin: 0 auto;
	}
}

footer {
	background-color: #90012F;
	padding: clamp(80px, 5.2vw, 120px) 7%;
	color: #FFFFFF;
	position: relative;
	overflow: hidden;
}

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

.footer-menu .menu li {
	margin-bottom: 5px;
}

.footer-menu .menu a {
	color: #F9F9F9;
	display: block;
    font-size: clamp(14px, 0.94vw, 20px);
    font-weight: 700;
    text-decoration: none;
    padding: 5px 0px;
	position: relative;
	width: fit-content;
}

.footer-menu .menu a:after {
	content: "";
	width: 100%;
	height: 2px;
	background-color: #F9F9F9;
	position: absolute;
	bottom: 0;
	left: 0;
	transform: scaleX(0);
	transition: transform 0.5s ease, background-color 0.5s ease;
}

.footer-menu .menu a:hover:after {
	transform: scaleX(1);
}

.footer-menu .menu li:last-child {
	display: none;
}

footer a {
	color: #FFFFFF;
}

footer .footer-top,
footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	gap: 0 35px;
}

footer .footer-top {
	flex-wrap: wrap-reverse;
}

footer .footer-bottom {
	flex-wrap: wrap;
}

footer .footer-top .footer-center-container {
	margin-bottom: 25px;
}

footer .footer-top .footer-newsletter-container .footer-newsletter-heading,
footer .footer-top .footer-center-container .footer-center-heading {
	font-family: "Open Sans", sans-serif;
	font-size: clamp(20px, 1.875vw, 48px);
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 0.5em;
	line-height: 1.2;
}

footer .footer-top .footer-newsletter-container form {
	display: flex;
	border-radius: clamp(30px, 1.5vw, 50px);
	flex-wrap: wrap;
	position: relative;
}

footer .footer-top .footer-newsletter-container form .wpcf7 form .wpcf7-response-output {
	margin: 25px 0;
	border: none;
	padding: 0;
}

footer .footer-top .footer-newsletter-container form .form-field {
	flex-grow: 1;
}

footer .footer-top .footer-newsletter-container form input {
	background-color: transparent;
	border: none;
	border-radius: clamp(30px, 1.5vw, 50px);
	border: 2px solid #FFFFFF;
	padding: 10px;
	box-shadow: 3px 5px 6px rgba(0,0,0,0.16);
	width: 100%;
	color: #FFFFFF;
	height: 50px;
}

footer .footer-top .footer-newsletter-container form input::-webkit-input-placeholder {
	font-weight: 300;
	color: #FFFFFF;
}

footer .footer-top .footer-newsletter-container form input:-ms-input-placeholder {
	font-weight: 300;
	color: #FFFFFF;
}

footer .footer-top .footer-newsletter-container form input:-moz-placeholder {
	font-weight: 300;
	color: #FFFFFF;
}

footer .footer-top .footer-newsletter-container form input::-moz-placeholder {
	font-weight: 300;
	color: #FFFFFF;
}

footer .footer-top .footer-newsletter-container form input:focus-visible {
	border: 2px solid #FFFFFF;
	outline: none;
}

footer .footer-top .footer-newsletter-container form .form-submit {
	margin-top: 10px;
	width: 100%;
}

footer .footer-top .footer-newsletter-container form .form-submit input {
	border-right: 2px solid #FFFFFF;
	border-radius: clamp(30px, 1.5vw, 50px);
	background-color: #FFFFFF;
	height: 50px;
	padding: 10px 20px;
	font-size: clamp(14px, 0.94vw, 22px);
	font-weight: 700;
	text-transform: uppercase;
	color: #90012F;
}

@media screen and (min-width: 450px) {
	
	footer .footer-top .footer-newsletter-container form {
		
	}
	
	footer .footer-top .footer-newsletter-container {
		width: 45%;
	}
	
	footer .footer-top .footer-newsletter-container form .form-field {
		width: calc(100% - 125px);
	}
	
	footer .footer-top .footer-newsletter-container form .form-field input {
		border-right: transparent;
		border-radius: clamp(30px, 1.5vw, 50px) 0 0 clamp(30px, 1.5vw, 50px);
		box-shadow: 3px 5px 6px rgba(0,0,0,0.16);
	}
	
	footer .footer-top .footer-newsletter-container form .form-submit {
		margin-top: 0;
		width: 120px;
		transform: translate(-25%, 0);
	}
	
	footer .footer-top .footer-newsletter-container form .form-submit input {
		width: fit-content;
		box-shadow: 3px 5px 6px rgba(0,0,0,0.16);
	}
}

footer .footer-top .footer-newsletter-container form .form-submit input:focus-visible {
	border-right: 2px solid #FFFFFF;
}

footer .footer-top .footer-right-container {
	width: 25%;
	min-width: 270px;
	margin-bottom: 25px;
}

footer .footer-top .footer-right-container .footer-logo-container {
	width: 100%;
}

footer .footer-top .footer-right-container .footer-logo-container img {
	width: 100%;
	object-fit: contain;
}

footer .footer-top .footer-button-container {
	margin-top: 15px;
}

footer .footer-top .footer-right-container .footer-button-container .button {
	width: 100%;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	box-shadow: 3px 6px 6px rgba(0,0,0,0.16);
}

footer .footer-top .footer-center-container .footer-button-container .button {
	width: fit-content;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	box-shadow: 3px 6px 6px rgba(0,0,0,0.16);
}

footer .footer-top .footer-button-container .button:after {
	content: "";
	height: clamp(16px, 1vw, 25px);
	width: clamp(16px, 1vw, 25px);
	background-image: url( 'images/arrow-top-right-maroon.svg' );
	background-size: 100% 100%;
	background-repeat: no-repeat;
	margin-left: clamp(10px, 1vw, 20px);
}

footer .footer-top .footer-button-container .button:hover:after {
	filter: grayscale(1) brightness(10);
}

footer .footer-bottom {
	margin-top: 20px;
}

footer .footer-bottom .footer-bottom-left {
	display: flex;
	flex-wrap: wrap;
}

footer .footer-bottom .footer-bottom-left,
footer .footer-bottom .footer-bottom-right {
	margin-top: 15px;
}

footer .footer-bottom .footer-bottom-left .footer-bottom-left-item {
	font-size: clamp(12px, 0.835vw, 18px);
	margin: 5px 0;
	margin-right: 25px;
}

footer .footer-bottom .footer-bottom-left .footer-bottom-left-item p {
	margin: 0;
}

footer .footer-bottom .footer-bottom-right .footer-bottom-right-item {
	font-size: clamp(12px, 0.835vw, 18px);
	font-weight: 700;
	margin: 5px 0;
}


/* Navigation
--------------------------------------------- */

header {
	position: absolute;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
	width: 100%;
	background-color: transparent;
	transition: background-color 0.5s ease;
	padding: 10px 7%;
}

header:hover {
	background-color: #FFFFFF;
}
.main-navigation {
	display: block;
	width: fit-content;
}

.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;
	font-size: clamp(14px, 0.94vw, 20px);
	font-weight: 700;
	padding: 5px 0;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: block;
}

button.menu-toggle {
	background: transparent;
	border: none;
	padding: 0;
	flex-flow: column;
	justify-content: center;
	height: 100%;
}

.menu-toggle div {
	width: 20px;
	height: 3px;
	background-color: #FFFFFF;
	border-radius: 5px;
	transition: background-color 0.5s ease;
}

.dark-header button.menu-toggle div {
	background-color: #90012F;
}

header:hover .menu-toggle div {
	background-color: #90012F;
}

.menu-toggle div:first-child {
	margin-bottom: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:last-child {
	margin-top: 0;
	transform: rotate(0);
	transition: all .3s;
}

.menu-toggle div:nth-child(2) {
	margin: 3px 0;
	transform: rotate(0);
	opacity: 1;
	transition: all .3s;
}

header .menu-menu-1-container {
	position: absolute;
	top: 99%;
	left: 0;
	width: 100vw;
	background: #FFFFFF;
}

header .main-navigation.toggled .menu-menu-1-container {
	padding: 20px 7%;
}

.main-navigation a {
	color: #90012F;
	width: fit-content;
	position: relative;
	margin: 10px 0;
}

.main-navigation.toggled .menu-toggle div:first-child {
	margin-bottom: -6px;
	transform: rotate(-45deg);
}

.main-navigation.toggled .menu-toggle div:last-child {
	margin-top: -6px;
	transform: rotate(45deg);
}

.main-navigation.toggled .menu-toggle div:nth-child(2) {
	opacity: 0;
	transform: rotate(270deg);
}


@media screen and (min-width: 1024px) {

	.menu-toggle {
		display: none;
	}
	
	.main-navigation.toggled ul {
		display: flex;
	}
	
	.main-navigation {
		width: calc(100% - clamp(55px, 5.5vw, 150px));
		padding-left: clamp(10px, 6vw, 10%);
	}
	
	header .menu-menu-1-container,
	header .main-navigation.toggled .menu-menu-1-container {
		padding: 0;
	}
	
	header .menu-menu-1-container {
		position: relative;
		width: 100%;
		background-color: transparent;
	}

	.main-navigation ul {
		display: flex;
		justify-content: space-between;
	}
	
	.main-navigation a {
		color: #F9F9F9;
		transition: color 0.5s ease;
		margin: 0;
	}
	
	.dark-header .main-navigation a,
	header:hover .main-navigation a {
		color: #90012F;
	}
	
	.main-navigation li.current-menu-item a:after {
		background-color: #F9F9F9; /*current item white*/
		transform: scaleX(1);
	}

	.dark-header .main-navigation li.current-menu-item a:after,
	.main-navigation li.current-menu-item a:hover:after,
	header:hover .main-navigation li.current-menu-item a:after {
		background-color: #90012F; /*current item maroon*/
	}
}

.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; */
	position: relative;
	overflow-x: hidden;
}

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