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

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

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

@font-face {
    font-family: 'Chalk-y Sans';
    src: url('fonts/Chalk-y-Sans.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Memogram';
    src: url('fonts/Memogram.otf') format('opentype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Regular.ttf') format('truetype');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Roboto';
    src: url('fonts/Roboto-Bold.ttf') format('truetype');
    font-weight: 700;
    font-style: normal;
}

body,
button,
input,
select,
optgroup,
textarea {
	color: #231F20;
/* 	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif; */
	font-family: "acumin-pro";
	font-size: 1rem;
	line-height: 1.5;
}

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
	font-family: "latienne-pro";
	font-weight: 700;
}

.section-heading {
	font-size: clamp(26px, 3.13vw, 72px);
	color: #E53E27;
	line-height: 1.2;
	margin-top: 0;
}

@media screen and (min-width: 750px) {
	.section-heading {
		margin-top: 0.83em;
	}
}

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

iframe#zh_email_subscribe {
	width: 100%;
	height: unset;
	margin-bottom: 0px;
	border: none;
}

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

.banner-heading-container {
	display: flex;
	flex-flow: column;
	align-items: center;
	position: absolute;
	top: clamp(130px, 8vw, 200px);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	z-index: 2;
	padding: 0 5%;
}

.animate-up {
	position: relative;
	opacity: 0;
}

.section {
	padding: 80px 7%;
}

.immersive-packaging {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap-reverse;
	padding-bottom: 40px;
}

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

.immersive-packaging .immersive-packaging-left .model-container {
	height: 0;
	width: 100%;
	padding-top: 110%;
	position: relative;
}

.immersive-packaging .model-container canvas {
	position: absolute;
	top: 0;
}

.immersive-packaging .immersive-packaging-bottom-left {
	display: flex;
	flex-flow: column;
	align-items: center;
	text-align: center;
	margin-top: 15px;
}

.immersive-packaging .immersive-packaging-bottom-left .immersive-packaging-icon-container {
	width: 20%;
	min-width: 45px;
	max-width: 140px;
}

.immersive-packaging .immersive-packaging-bottom-left .immersive-packaging-icon-container img {
	width: 100%;
	object-fit: contain;
}

.immersive-packaging .immersive-packaging-bottom-left .model-text {
	font-size: clamp(14px, 1.25vw, 32px);
	width: 85%;
}

.immersive-packaging .immersive-packaging-bottom-left .model-text p {
	margin-bottom: 15px;
}

.immersive-packaging .packaging-video-button {
	cursor: pointer;
	transform: scale(1);
	transform-origin: top left;
	margin: 30px 0 20px 0;
	border-radius: clamp(15px, 2.5vw, 25px);
	padding: clamp(5px, 0.1vw, 10px);
	transition: transform 0.5s ease;
	background-color: #FFDF63;
	width: fit-content;
}

.immersive-packaging .packaging-video-button:hover {
	transform: scale(1.2);
}

.immersive-packaging .packaging-video-button .packaging-video-button-inner {
	display: flex;
	align-items: center;
	background: linear-gradient(to bottom, rgba(255, 255, 255, 1) 0%, rgba(255, 255, 255, 0.5) 30%, rgba(255, 255, 255, 0) 50%);
	border-radius: clamp(10px, 2vw, 20px);
	padding: clamp(5px, 0.5vw, 10px) clamp(15px, 2.5vw, 50px);
	font-size: clamp(14px, 1.25vw, 32px);
	font-family: "latienne-pro", sans-serif;
	font-weight: 700;
}

.immersive-packaging .packaging-video-button .packaging-video-button-text {
	line-height: 1;
}

.immersive-packaging .packaging-video-button .packaging-video-button-icon {
	height: clamp(15px, 2vw, 25px);
    object-fit: contain;
    margin-left: 10px;
}

@media screen and (min-width: 750px) {
	.immersive-packaging {
		padding-bottom: 80px;
	}
}

@media screen and (min-width: 1000px) {
	.immersive-packaging .immersive-packaging-bottom-left .model-text {
		width: 50%;
	}
}
/* .rotate {
    transition: transform 0.8s ease-in-out;
} */

/* .immersive-packaging .section-heading {
	margin-top: 0;
} */

.immersive-packaging .immersive-packaging-item-heading,
.immersive-packaging .immersive-packaging-item-heading .heading {
	cursor: pointer;
	position: relative;
	font-size: clamp(18px, 2.1vw, 62px);
}

.immersive-packaging .immersive-packaging-item {
	padding: 1em 0;
	border-bottom: 2px solid rgba(35, 31, 32, 0.3);
}

.immersive-packaging .immersive-packaging-item .immersive-packaging-item-heading .number-container {
	position: absolute;
	left: 0;
	width: clamp(20px, 2.8vw, 70px);
    height: clamp(20px, 2.8vw, 70px);
    border: clamp(1px, 0.1vw, 2px) solid #231F20;
    border-radius: 50%;
	background-color: transparent;
	color: #231F20;
    display: flex;
/*     align-items: center; */
    justify-content: center;
    top: 50%;
    transform: translate(0, -50%);
	transition: color 0.5s ease, background-color 0.5s ease, border 0.5s ease;
	line-height: 1.1;
	font-size: clamp(15px, 2.1vw, 62px);
}

.immersive-packaging .immersive-packaging-item.active .immersive-packaging-item-heading .number-container,
.immersive-packaging .immersive-packaging-item .immersive-packaging-item-heading:hover .number-container{
	background-color: #E53E27;
	border: clamp(1px, 0.1vw, 2px) solid #E53E27;
	color: #FFFEFB;
}

.immersive-packaging .immersive-packaging-item .immersive-packaging-item-heading .heading,
.immersive-packaging .immersive-packaging-item .immersive-packaging-item-info {
	padding-left: clamp(35px, 5vw, 100px);
}

.immersive-packaging .immersive-packaging-item .immersive-packaging-item-info .main-description {
	font-size: clamp(14px, 1.25vw, 32px);
}

.immersive-packaging .immersive-packaging-item .immersive-packaging-item-heading .heading {
	margin: 0;
	color: #231F20;
	transition: color 0.5s ease;
}

.immersive-packaging .immersive-packaging-item.active .immersive-packaging-item-heading .heading,
.immersive-packaging .immersive-packaging-item .immersive-packaging-item-heading:hover .heading{
	color: #E53E27;
}

.immersive-packaging .immersive-packaging-item-info .immersive-packaging-button {
	display: flex;
	justify-content: space-around;
	align-items: center;
    text-align: center;
	width: 100%;
    padding: 10px;
    border-radius: 5vw;
	background-color: #FFC400;
	text-transform: uppercase;
	text-decoration: none;
    font-weight: 700;
	font-size: clamp(11px, 0.94vw, 22px);
    color: #231F20;
	margin-bottom: 15px;
	transition: background-color 0.5s ease, color 0.5s ease;
}

.immersive-packaging .immersive-packaging-item-info .immersive-packaging-button span {
	display: flex;
	margin-right: 20px;
}

.immersive-packaging .immersive-packaging-item-info .immersive-packaging-button svg line {
	stroke: #231f20;
	transition: stroke 0.5s ease;
}

.immersive-packaging .immersive-packaging-item-info .immersive-packaging-button:hover {
	color: #FFC400;
	background-color: #098244;
}


.immersive-packaging .immersive-packaging-item-info .immersive-packaging-button:hover svg line {
	stroke: #FFC400;
}

@media screen and (min-width: 750px) {
	.immersive-packaging .immersive-packaging-left,
	.immersive-packaging .immersive-packaging-right {
		width: 48%;
	}
}

@media screen and (min-width: 1200px) {
	.immersive-packaging .immersive-packaging-item-info .immersive-packaging-button {
		width: 65%;
	}
}

.elevate {
	padding-bottom: clamp(150px, 40vw, 350px);
	padding-top: clamp(80px, 10vw, 250px);
	position: relative;
	overflow: hidden;
}

.elevate:before {
	content: "";
	width: 100%;
	height: 20vw;
	background-image: url('images/clouds.png');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	position: absolute;
	top: 0;
	left: 0;
}

.elevate .elevate-content-container .elevate-main {
	padding-bottom: clamp(20px, 5vw, 35px);
}

.elevate .elevate-main .elevate-item {
	display: flex;
	align-items: center;
	padding-bottom: clamp(5px, 0.8vw, 15px);
}

.elevate .elevate-main .elevate-item .elevate-item-icon-container {
	width: clamp(35px, 4.5vw, 100px);
	height: clamp(35px, 5vw, 100px);
	flex-shrink: 0;
}

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

.elevate .elevate-main .elevate-item .elevate-item-text {
	margin: 0.5em 0;
	margin-left: 15px;
	font-size: clamp(16px, 2.1vw, 62px);
}

@media screen and (min-width: 750px) {
	.elevate .elevate-content-container {
		width: 50%;
	}
	
	.elevate .elevate-content-container .elevate-main {
		padding-bottom: 0;
	}
}

.formula {
	display: flex;
	justify-content: center;
	padding: clamp(100px, 7%, 200px) 5%;
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
}

.formula .formula-inner {
	width: 100%;
	min-width: 260px;
	position: relative;
	display: flex;
	justify-content: center;
}

.formula .formula-inner .formula-image-container {
	display: flex;
	width: 90%;
}

.formula .formula-inner .formula-image-container img {
	width: 100%;
	object-fit: contain;
	position: relative;
}

.formula .formula-inner .formula-image-container:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    width: 75%;
    height: 20%;
    margin: 0 auto;
    box-shadow: 0px -10px 80px rgba(0, 0, 0, 1);
}

.formula .formula-inner .formula-heading {
	color: #FFFEFB;
	font-size: clamp(16px, 5vw, 46px);
	position: absolute;
    top: 55%;
    width: 40%;
    text-align: center;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.2;
	text-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
}

.formula .formula-inner .formula-item .formula-item-icon-container {
	position: absolute;
	z-index: 2;
	cursor: pointer;
	width: 20%;
	transform: scale(1);
	transition: transform 0.5s ease;
}

.formula .formula-inner .formula-item .formula-item-icon-container:hover,
.formula .formula-inner .formula-item.active .formula-item-icon-container {
	transform: scale(1.2);
	transform-origin: center;
}

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

.formula .formula-inner .formula-item .formula-item-text-container {
    position: absolute;
    top: 41%;
    left: 20.3%;
    width: 58.5%;
    height: 50%;
    background-color: #FFFFFF;
    border-radius: clamp(10px, 1vw, 20px);
    text-align: center;
    padding: 4%;
	display: flex;
    flex-flow: column;
    justify-content: center;
	opacity: 0;
    visibility: hidden; /* Hide it but keep space */
    transform: translateY(20px); /* Start slightly below */
    transition: opacity 0.5s ease, visibility 0s 0.5s, transform 0.5s ease; /* Include transform in transition */
}

.formula .formula-inner .formula-item.active .formula-item-text-container {
    opacity: 1;
    visibility: visible; /* Make it visible */
	transform: translateY(0); /* Slide content to its normal position */
    transition: opacity 0.5s ease, transform 0.5s ease; /* No delay for visibility when active */
}

.formula .formula-inner .formula-item .formula-item-heading {
	font-size: clamp(14px, 4.6vw, 46px);
    margin: 0;
    line-height: 1;
	color: #E53E27;
}

.formula .formula-inner .formula-item .formula-item-text-container .formula-item-description {
	font-size: clamp(5px, 3vw, 28px);
	line-height: 1.2;
}

.formula .formula-inner .formula-item .formula-item-text-container .formula-item-description p {
	margin-bottom: 0;
}

.formula .formula-inner .formula-item#formula1 .formula-item-icon-container {
	top: 34%;
    left: 10%;
}

.formula .formula-inner .formula-item#formula2 .formula-item-icon-container {
	top: 34%;
    left: unset;
	right: 10%;
}

.formula .formula-inner .formula-item#formula3 .formula-item-icon-container {
	top: 85%;
    left: 10%;
}

.formula .formula-inner .formula-item#formula4 .formula-item-icon-container {
	top: 85%;
    left: unset;
	right: 10%;
}

@media screen and (min-width: 750px) {
	
	.formula .formula-inner .formula-heading {
		font-size: clamp(18px, 3.5vw, 46px);
	}
	.formula .formula-inner .formula-item .formula-item-heading {
		font-size: clamp(22px, 3.25vw, 46px);
	}
	
	.formula .formula-inner .formula-item .formula-item-text-container .formula-item-description {
		font-size: clamp(14px, 2.05vw, 28px);
	}
	
	.formula .formula-inner {
		width: 70%;
	}
}

@media screen and (min-width: 1000px) {
	
	.formula .formula-inner .formula-heading {
		color: #FFFEFB;
		font-size: clamp(18px, 1.93vw, 62px);
	}
	
	.formula .formula-inner .formula-item .formula-item-heading {
		font-size: clamp(14px, 1.825vw, 62px);
	}

	.formula .formula-inner .formula-item .formula-item-text-container .formula-item-description {
		font-size: clamp(5px, 1.2vw, 36px);
	}
	.formula .formula-inner {
		width: 40%;
	}
}

.importance {
	background: linear-gradient(to bottom, rgba(253, 230, 166, 0.06), rgba(253, 230, 166, 0.06) 100%), url("images/wooden-pattern-backdrop.png");
/* 	background-image: url("images/wooden-pattern-backdrop.png"); */
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 50px;
}

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

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

.importance .importance-items .importance-item {
	width: 100%;
	margin: 15px 0;
}

.importance .importance-items .importance-item .importance-item-text {
	font-size: clamp(16px, 5vw, 62px);
    line-height: 1.2;
    text-align: center;
	padding: 0 20%;
}

@media screen and (min-width: 750px) {
	
	.importance {
		padding-bottom: 80px;
	}
	
	.importance .importance-items .importance-item {
		width: 30%;
	}
	
	.importance .importance-items .importance-item .importance-item-image-container {
		width: 100%;
		padding-top: 100%;
		position: relative;
		overflow: hidden;
	}
	
	.importance .importance-items .importance-item .importance-item-image-container img {
		position: absolute;
		left: 0;
		bottom: 0;
	}
	
	.importance .importance-items .importance-item .importance-item-text {
		font-size: clamp(16px, 2.1vw, 62px);
		padding: 0 6%;
	}
}

.contact {
	background-color: #F5F7E4;
	position: relative;
	padding-top: 50px;
	padding-bottom: 0;
}

.contact:before {
	content: "";
	width: 100vw;
	height: 0.85vw;
	position: absolute;
	top: 0;
	left: 0;
	background-image: url('images/contact-bar.png');
	background-size: cover;
	background-repeat: no-repeat;
}


.contact .section-heading {
	margin: 0.5em 0;
}

.contact .contact-text {
	font-size: clamp(14px, 1.05vw, 28px);
}

.contact .contact-form-container form label,
.contact .contact-form-container form br {
	display: none;
}

.contact .contact-form-container form p {
	margin: 1em 0;
}

.contact .contact-form-container form input,
.contact .contact-form-container form textarea {
	width: 100%;
    padding: 15px;
    border-radius: 10px;
    border: none;
    background-color: rgba(9, 130, 68, 0.1);
}

.contact .contact-form-container form .submit-button {
	display: flex;
	justify-content: flex-end;
}

.contact .contact-form-container form .submit-button p {
	width: fit-content;
}

.contact .contact-form-container form input[type="submit"] {
	cursor: pointer;
	background-color: #FFC400;
	padding: 10px;
	color: #231F20;
	text-transform: uppercase;
	font-weight: 700;
	border-radius: 30px;
	transition: color 0.5s ease, background-color 0.5s ease;
}

.contact .contact-form-container form input[type="submit"]:hover {
	color: #FFC400;
	background-color: #098244;
}

.contact .contact-main-content {
	position: relative;
	z-index: 3;
}

.contact .contact-main-content .contact-text-container {
	width: 65%;
}

.contact .contact-gifs .monkey-gif-container {
	position: absolute;
    top: -1vw;
    right: 5vw;
    width: 32%;
    object-fit: contain;
}

@media screen and (min-width: 750px) {
	.contact .contact-gifs .monkey-gif-container {
		width: 25vw;
	}
}

.contact .contact-gifs .uncle-ho-gif-container {
	display: flex;
	position: relative;
    width: 100%;
    object-fit: contain;
}

.contact .contact-gifs .monkey-gif-container img.monkey-gif,
.contact .contact-gifs .uncle-ho-gif-container img.ungle-ho-gif {
	width: 100%;
	object-fit: contain;
}

.contact .wpcf7 form .wpcf7-response-output {
	margin-top: 0;
	line-height: 1.2;
}

@media screen and (min-width: 750px) {
	
	.section.contact {
		padding-bottom: 80px;
		padding-top: 80px;
	}

	.contact .contact-main-content {
		width: 48%;
	}
	
	.contact .contact-main-content .contact-text-container {
		width: 100%;
	}
	
	.contact .contact-gifs .uncle-ho-gif-container {
		position: absolute;
		bottom: 0;
		left: 50%;
		width: 35vw;
		object-fit: contain;
	}
}

.partners {
	background: linear-gradient(to bottom, rgba(253, 230, 166, 0.06), rgba(253, 230, 166, 0.2) 60%, rgba(255, 255, 255, 0.3) 80%, rgba(255, 255, 255, 1) 100%), url("images/wooden-pattern-backdrop.png");
	background-blend-mode: overlay;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: top left;
	padding-bottom: 20px;
}

@media screen and (min-width: 750px) {
	.partners {
		padding-bottom: 80px;
	}
}

.partners .section-heading {
	text-align: center;
	margin-bottom: 0;
}

.partners .partners-text-container {
	display: flex;
	justify-content: center;
}

.partners .partners-text {
	text-align: center;
	font-size: clamp(14px, 1.57vw, 42px);
	line-height: 1.4;
}

.partners .partners-items {
	display: grid;
	grid-template-columns: 1fr;
	grid-gap: 20px;
	margin: 15px 0;
}

.partners .partners-items .partner {
	grid-column: span 1;
	background-color: #FFFEFB;
	border-radius: clamp(10px, 2vw, 20px);
	height: fit-content;
	display: flex;
    flex-flow: column;
/* 	margin: 15px 0; */
}

.partners .partners-items .partner .partner-logo-container {
	width: 100%;
	padding: clamp(10px, 5%, 20px);
	padding-top: 35%;
	height: 0;
	position: relative;
	overflow: hidden;
	cursor: pointer;
}

.partners .partners-items .partner .partner-logo-container img {
	position: absolute;
	width: 70%;
	height: auto;
	top: 50%;
	transform: translate(0, -50%);
	left: 0;
	right: 0;
	margin-left: auto;
	margin-right: auto;
	object-fit: contain;
}

.partners .partners-items .partner.active {
	height: 100%;
}

.partner-info-container {
    display: none;
    transition: max-height 0.3s ease;
    overflow: hidden;
	font-size: clamp(12px, 1.05vw, 28px);
	padding: 10px clamp(10px, 10%, 50px);
	padding-bottom: 30px;
}

.partner.active .partner-info-container {
    display: block;
}

.partners .partners-items .partner .partner-info-container p {
	margin: 0;
}

@media screen and (min-width: 600px) {
	.partners .partners-items {
		grid-template-columns: repeat(2, 1fr);
	}
}


@media screen and (min-width: 750px) {
	
	.partners .partners-text {
		width: 55%;
	}
	.partners .partners-items {
		grid-template-columns: repeat(4, 1fr);
	}
}

.section.get-started {
	
}

.get-started .get-started-inner {
	background-image: url("images/cta-banner-bg.png");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: bottom center;
	box-shadow: 0 8px 20px rgba(89, 106, 224, 0.6);
    padding: 10px clamp(10px, 5%, 30px);
    border-radius: clamp(10px, 2vw, 20px);
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	position: relative;
}

.get-started .get-started-inner .get-started-inner-text-container {
	width: 100%;
	display: flex;
	align-items: center;
}

.get-started .get-started-inner .get-started-form {
	width: 100%;
}

.get-started .get-started-inner .get-started-form p {
	margin: 10px 0;
}

.get-started .get-started-inner .get-started-heading {
	color: #F6F7FB;
	font-family: "Memogram", sans-serif;
	font-size: clamp(18px, 1.67vw, 56px);
	margin: 0.5em 0;
}

.section.get-started {
	padding-bottom: 20px;
}


@media screen and (min-width: 750px) {
	
	.get-started .get-started-inner .get-started-inner-text-container {
		width: 60%;
	}
	
	.get-started .get-started-inner .get-started-form {
		width: 38%;
	}
}

@media screen and (min-width: 1200px) {
	.section.get-started {
		padding: 80px 12%;
		padding-bottom: 20px;
	}
}

@media screen and (min-width: 1600px) {
	.section.get-started {
		padding: 80px 15%;
		padding-bottom: 20px;
	}
}

footer {
	padding: 80px 7% 40px 7%;
	background-image: url('images/footer-bg.png');
	background-size: cover;
	background-position: top;
	background-repeat: no-repeat;
}

footer * {
	font-family: "Roboto", sans-serif;
}

footer .footer-logo-container {
	width: clamp(50px, 3.35vw, 80px);
}

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

footer .footer-top,
footer .footer-bottom {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

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

footer .footer-top .footer-top-left,
footer .footer-top .footer-top-right-row {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

footer .footer-top .footer-column {
	width: 48%;
	margin: 0;
}

footer .footer-top .footer-top-left .footer-column,
footer .footer-top .footer-top-right .footer-column {
	width: 100%;
}

footer a {
	text-decoration: none;
	position: relative;
	text-wrap: nowrap;
}

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

footer .footer-top .footer-top-left .footer-column a,
footer .footer-top .footer-columns-mobile .footer-column a {
	display: flex;
	align-items: center;
	text-transform: uppercase;
	font-weight: 700;
	font-size: clamp(14px, 0.835vw, 20px);
	color: #000F98;
}

footer .footer-top .footer-top-left .footer-column a:after,
footer .footer-top .footer-columns-mobile .footer-column a:after {
	content: "";
	display: flex;
	height: clamp(18px, 1.4vw, 30px);
	width: clamp(18px, 1.4vw, 30px);
	background-image: url('images/footer-arrow.svg');
	background-size: 100% 100%;
	background-repeat: no-repeat;
	transform: translate(0,0);
	transition: transform 0.5s ease;
	margin-left: 10px;
}

footer .footer-top .footer-top-left .footer-column a:hover:after,
footer .footer-top .footer-columns-mobile .footer-column a:hover:after {
	transform: translate(5px, -5px);
}

footer .footer-top .footer-top-left .footer-column section {
	display: none;
}
footer .footer-top .footer-top-left .footer-column section:first-child,
footer .footer-top .footer-top-left .footer-column section:nth-child(2) {
	display: block;
}

footer .footer-top .footer-top-left .footer-column p,
footer .footer-top .footer-gobusiness,
footer .footer-bottom * {
	font-size: clamp(10px, 0.63vw, 14px);
}

footer .footer-bottom * {
	color: #9C9CA4;
}

footer .footer-top .footer-top-right-row p {
	font-size: clamp(14px, 0.835vw, 20px);
}

footer .footer-top .footer-top-right-row .footer-column section:first-child,
footer .footer-top .footer-top-right-row .footer-column section:first-child p {
	margin-bottom: 5px;
}

footer .footer-top .footer-top-right-row .footer-column section:nth-child(2) p {
	margin: 0;
}

footer .footer-top .footer-top-right-row a {
	font-size: clamp(16px, 1.05vw, 24vw);
	font-weight: 700;
	color: #000F98;
}

footer .footer-top .footer-gobusiness {
	display: flex;
	align-items: center;
}

footer .footer-top .footer-gobusiness .widget_media_image {
	width: clamp(80px, 7vw, 120px);
	margin-right: clamp(10px, 1vw, 20px);
	flex-shrink: 0;
}

footer .footer-top .footer-gobusiness section:nth-child(2) {
	width: fit-content;
}

footer .footer-top .footer-gobusiness .widget_media_image img {
	width: 100%;
	object-fit: contain;
}

footer .footer-top .footer-columns-mobile {
	display: flex;
	justify-content: space-between;
}

footer .footer-top .footer-columns-mobile .footer-column section:first-child,
footer .footer-top .footer-columns-mobile .footer-column section:nth-child(2) {
	display: none;
}

footer .footer-bottom .footer-bottom-left,
footer .footer-bottom .footer-bottom-right {
	display: flex;
	justify-content: space-between;
	width: 100%;
}

footer .footer-bottom .footer-bottom-left .footer-copyright {
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}

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

footer .footer-bottom .footer-bottom-right .footer-bottom-right-row {
	width: 100%;
	display: flex;
}

footer .footer-bottom .footer-bottom-left .footer-copyright {
	justify-content: space-between;
}

footer .footer-bottom .footer-bottom-right .footer-bottom-right-row section {
	margin-bottom: 0;
}

footer .footer-bottom .footer-bottom-right .footer-bottom-right-row:first-child section,
footer .footer-bottom .footer-bottom-right .footer-bottom-right-row:nth-child(2) section {
	margin-right: 15px;
}

footer .footer-bottom .footer-bottom-right a {
	position: relative;
}

footer .footer-bottom .footer-bottom-right a:after {
	content: '';
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  height: 1px;
  background-color: #9C9CA4;
  transform-origin: right;
  transition: transform 0.4s ease-out;
  transform: scaleX(1);
}

footer .footer-bottom .footer-bottom-right a:hover:after {
	transform: scaleX(0); /* Shrinks towards the right */
	animation: reappear 0.4s 0.4s forwards; /* Reappears from the left */
}

footer .footer-bottom .footer-bottom-left .footer-copyright section {
	margin-bottom: 0;
	width: 100%;
}

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

footer .footer-bottom .footer-bottom-right {
	margin-top: 1.5em;
}

@keyframes reappear {
  0% {
    transform: scaleX(0);
    transform-origin: left;
  }
  100% {
    transform: scaleX(1);
	transform-origin: left;
  }
}

@media screen and (min-width: 550px) {
	footer .footer-top .footer-top-left .footer-column,
	footer .footer-top .footer-top-right .footer-column {
		width: 48%;
	}
	
	footer .footer-bottom .footer-bottom-left .footer-copyright section {
		margin-bottom: 1.5em;
		width: fit-content;
	}
	
	footer .footer-bottom .footer-bottom-left .footer-copyright section {
		margin-bottom: 1.5em;
	}
	
	footer .footer-bottom .footer-bottom-right {
		margin-top: 0;
	}
	
	footer .footer-bottom .footer-bottom-right .footer-bottom-right-row {
		width: fit-content;
	}
	
	footer .footer-bottom .footer-bottom-right .footer-bottom-right-row:last-child {
		justify-content: flex-end;
	}
	
	footer .footer-bottom .footer-bottom-right .footer-bottom-right-row section {
		margin-bottom: 1.5em;
	}
	
	footer .footer-bottom .footer-bottom-right .footer-bottom-right-row:nth-child(2) section {
		margin-left: 15px;
		margin-right: 0;
	}
}

@media screen and (min-width: 750px) {
	footer {
		padding: 80px 7%;
	}
}

@media screen and (min-width: 1000px) {
	footer .footer-top .footer-top-left,
	footer .footer-top .footer-top-right {
		width: 48%;
	}
	
	footer .footer-top .footer-top-left .footer-column section {
		display: block;
	}
	
	footer .footer-top .footer-columns-mobile {
		display: none;
	}
	
	footer .footer-top .footer-column {
		margin: 15px 0;
		padding-right: 11%;
	}
	
	footer .footer-bottom .footer-bottom-left {
		padding-right: 5%;
	}
	
	footer .footer-bottom .footer-bottom-left,
	footer .footer-bottom .footer-bottom-right {
		width: 48%;
	}
	
	footer .footer-bottom .footer-bottom-left .footer-copyright {
		flex-wrap: nowrap;
	}
	
	footer .footer-bottom .footer-bottom-left .footer-copyright section {
		margin-right: 15px;
	}
	
	footer .footer-top .footer-top-right-row .footer-column section:first-child,
	footer .footer-top .footer-top-right-row .footer-column section:first-child p {
		margin-bottom: 1.5em;
	}
}

@media screen and (min-width: 1200px) {
    footer {
        padding: 80px 12%;
    }
}

@media screen and (min-width: 1600px) {
    footer {
        padding: 80px 15%;
    }
}

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

.horizontal-scroll-container {
    overflow: hidden; /* Prevent vertical scrolling */
}

.slider {
    width: 100vw; /* Full width of the viewport */
    height: 100%; /* Ensures the height matches the content */
    position: relative;
}

.slides {
    display: flex;
    height: 100%; /* Ensures full height for the slide */
    min-width: 600vh; /* Allows the slides to expand horizontally */
}

.slide {
    height: 155vh; /* As you mentioned, set to 160vh */
	width: max-content;
    display: flex;
    align-items: center;
    justify-content: center;
	position: relative;
}

.banner-heading-container .banner-heading-text {
	font-size: clamp(30px, 4.17vw, 120px);
    width: 100%;
    line-height: 1.2;
    color: #E53E27;
	margin-bottom: 10px;
}

.banner-heading-container .banner-subheading-text {
	font-size: clamp(16px, 1.565vw, 56px);
}

.banner-image-container {
    height: 100%;
    overflow: hidden; /* Ensures the image doesn't overflow vertically */
}

.banner-image {
    height: 100%; /* Full height of the container */
    object-fit: cover; /* Ensures the image scales properly */
    display: block;
}

.horizontal-scroll-container .banner-slider-content {
	width: 100%;
	height: 100%;
	position: absolute;
}

.horizontal-scroll-container .banner-slider-content .banner-about-us {
	position: absolute;
    left: 54%;
    width: 6%;
    top: 62%;
}

.horizontal-scroll-container .banner-slider-content .banner-about-us .banner-about-us-title,
.horizontal-scroll-container .banner-slider-content .banner-about-us .banner-about-us-content {
	color: #FFFEFB;
	font-family: "Chalk-y Sans", sans-serif;
}

.horizontal-scroll-container .banner-slider-content .banner-about-us .banner-about-us-title {
	font-size: clamp(10px, 2.23vh, 32px);
	margin: clamp(2px, 1vh, 10px) 0;
}

.horizontal-scroll-container .banner-slider-content .banner-about-us .banner-about-us-content {
	font-size: clamp(8px, 1.86vh, 28px);
	line-height: 1.4;
}

.horizontal-scroll-container .banner-slider-content .banner-about-us .banner-about-us-content p {
	margin: clamp(2px, 1vh, 10px) 0;
}

.banner-button {
	display: flex;
	align-items: center;
	width: fit-content;
    background-color: rgba(255, 254, 251, 0.56);
	backdrop-filter: blur(30px) brightness(3);
    -webkit-backdrop-filter: blur(30px) brightness(3); /* For Safari compatibility */
    color: #231F20;
    font-family: "latienne-pro", sans-serif;
    font-weight: 700;
    text-decoration: none;
    padding: clamp(5px, 0.5vh, 20px) clamp(5px, 2vh, 30px);
    font-size: clamp(8px, 1.67vh, 28px);
    border-radius: clamp(5px, 4vh, 50px);
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(255, 255, 255, 1); /* Drop shadow with no offset, 5px blur, semi-transparent */
	cursor: pointer;
	transform: scale(1);
	transform-origin: center center;
	transition: transform 0.5s ease;
}

.banner-button .banner-button-arrow {
    height: clamp(8px, 1.67vh, 28px);
    object-fit: contain;
    transform: scale(0); /* Start with the icon scaled down */
    opacity: 0; /* Start with the icon invisible */
    margin-left: 0; /* Start with no margin */
	width: 0;
    transition: transform 0.5s ease, opacity 0.5s ease, margin-left 0.5s ease, width 0.5s ease;
    transform-origin: left center; /* Ensure transformation occurs from the left */
}

.banner-button .banner-button-icon {
	height: clamp(8px, 2.2vh, 28px);
    object-fit: contain;
	margin-left: 5px;
}

.banner-button:hover {
	transform: scale(1.2);
}

.banner-about-us .banner-button:hover {
	transform: scale(1);
}

.banner-about-us .banner-button:hover .banner-button-arrow {
    margin-left: clamp(5px, 1vh, 20px); /* Adjust margin for spacing */
    opacity: 1; /* Make the icon visible */
    transform: scale(1); /* Scale the icon to its full size */
	width: fit-content;
}

.branding-item {
	position: absolute;
	width: 37vh;
}

.branding-item#branding-item1{
	bottom: 26.5%;
    left: 62.3%;
}

.branding-item#branding-item2{
	bottom: 26.5%;
    left: 64.5%;
}


.branding-item#branding-item3{
	bottom: 19.3%;
    left: 62.3%;
}

.branding-item#branding-item4{
	bottom: 19.3%;
    left: 64.5%;
}

.branding-item#branding-item5{
    bottom: 22%;
    left: 87%;
}

.branding-item#impact-item1{
    bottom: 28%;
    left: 17.5%;
}

.branding-item#impact-item2{
    bottom: 13%;
    left: 21%;
}

.branding-item#impact-item3{
    bottom: 28%;
    left: 32%;
}

@media screen and (min-width: 750px) {
	.branding-item#impact-item3{
		bottom: 38%;
		left: 32%;
	}
}

.branding-item .information-icon {
	position: relative;
	height: 3.5vh;
	width: 3.5vh;
	background-color: rgba(255, 254, 251, 0.56);
	backdrop-filter: blur(30px) brightness(1.5);
    -webkit-backdrop-filter: blur(30px) brightness(1.5); /* For Safari compatibility */
    color: #231F20;
    font-family: "latienne-pro", sans-serif;
	font-style: italic;
    font-weight: 700;
    font-size: 2.6vh;
    border-radius: 50%;
	position: relative;
	overflow: hidden;
	box-shadow: 0px 0px 5px rgba(255, 255, 255, 1); /* Drop shadow with no offset, 5px blur, semi-transparent */
	cursor: pointer;
	display: flex;
	justify-content: center;
	align-items: center;
}

.branding-item .branding-item-main {
	width: 100%;
	position: absolute;
	top: -18vh;
    left: -5%;
	border-radius: 2vh;
	z-index: -1;
	opacity: 0;
	transition: opacity 0.5s ease;
}

.branding-item .branding-item-main .branding-item-close {
	position: absolute;
    z-index: 2;
    right: 1vh;
    top: 1vh;
    height: 3.5vh;
    width: 3.5vh;
	cursor: pointer;
}

.branding-item .branding-item-main-image-container {
	width: 100%;
	padding-top: 60%;
	padding-bottom: 10%;
	border-radius: 2vh 2vh 0 0;
	position: relative;
	overflow: hidden;
}

.branding-item .branding-item-main-image-container img {
	position: absolute;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	object-fit: cover;
}


.branding-item .branding-item-main-text-container {
	position: absolute;
	background-color: #FFFEFB;
	border-radius: 2vh;
	padding: 0.5vh 2vh;
	line-height: 1.4;
	top: 50%;
	padding-top: 50%;
	transition: top 0.5s ease, padding-top 0.5s ease;
}

.branding-item.active .branding-item-main-text-container {
	top: 85%;
	padding-top: 0.5vh;
}

.branding-item .branding-item-main-text-container p {
	margin: 1vh 0;
}

.branding-item .branding-item-main-text-container .branding-item-main-description {
	font-size: clamp(8px, 1.6vh, 28px);
}

.branding-item.active .branding-item-main {
	z-index: 2;
	border-radius: 2vh;
	opacity: 1;
}

.branding-item.active .information-icon {
	z-index: 2;
}

.branding-item .branding-item-main-text-container .branding-item-button {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 3.5vh;
	width: 3.5vh;
	border-radius: 50%;
	background-color: #FFC400;
	padding: clamp(5px, 0.5vh, 20px);
	margin-bottom: 10px;
	color: #231F20;
    font-family: "latienne-pro", sans-serif;
    font-weight: 700;
    text-decoration: none;
}

.branding-item .branding-item-main-text-container .branding-item-button:hover {
	padding: clamp(5px, 0.5vh, 20px) clamp(5px, 1vh, 20px);
}

.branding-item .branding-item-main-text-container .branding-item-button .branding-item-button-arrow {
	height: clamp(8px, 1.67vh, 28px);
	width: clamp(8px, 1.67vh, 28px);
}

.branding-item .branding-item-main-text-container .branding-item-button .branding-item-button-text {
	display: none;
}

.branding-item .branding-item-main-text-container .branding-item-button:hover {
	width: fit-content;
	border-radius: 2vh;
}

.branding-item .branding-item-main-text-container .branding-item-button:hover .branding-item-button-text {
	display: flex;
	margin-right: 5px;
}

.banner-audio {
	position: absolute;
    bottom: 31.5%;
    left: 72.5%;
}

@media screen and (min-width: 650px){
	.banner-heading-container .banner-heading-text {
		width: 85%;
	}
}

.virtual-booth {
	position: absolute;
    bottom: 26%;
    left: 76%;
}

.virtual-booth .banner-button-text {
	line-height: 1.2;
}

#modal,
#modal2 {
    position: fixed; /* Keeps it fixed relative to the viewport */
    top: 0;
    left: 0;
    width: 100vw; /* Full width of the viewport */
    height: 100vh; /* Full height of the viewport */
    background: rgba(0, 0, 0, 0.65); /* Semi-transparent background */
    display: none; /* Initially hidden */
    align-items: center;
    justify-content: center;
    z-index: 1000; /* Ensure it's above other content */
}

#modalContent,
#modalContent2 {
    background: #fff;
    padding: 10px;
    border-radius: clamp(10px, 1vw, 20px);
    width: 80%;
    height: 80%;
    max-width: 90vw;
    max-height: 70vh;
	position: relative;
    overflow: hidden; /* Prevents internal scrolling */
}

#modalContent2 {
	width: unset;
	height: unset;
	aspect-ratio: 1/1;
}

@media (orientation: landscape) {
	#modalContent2 {
		height: 80%;
	}
}

#modalContent .modal-content-inner,
#modalContent2 .modal-content-inner {
	height: 100%;
	border-radius: clamp(10px, 1vw, 20px);
	overflow: hidden;
}

#modalIframe,
#videosectionModal {
    width: 100%;
    height: 100%;
}

#closeModal,
#closeModal2 {
    position: absolute;
    top: 15px;
    right: 15px;
    height: 3.5vh;
    width: 3.5vh;
    cursor: pointer;
	z-index: 2;
}


.immersive-packaging-item-info {
    display: none;
    transition: max-height 0.3s ease;
    overflow: hidden;
}

.immersive-packaging-item.active .immersive-packaging-item-info {
    display: block;
}


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

.site-header {
	padding: 20px 5% 15px 5%;
	position: fixed;
	width: 100vw;
	z-index: 5;
	display: flex;
	align-items: center;
	justify-content: space-between;
}

.site-header:before {
	content: "";
	position: absolute;
	z-index: -1;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: transparent;
	transition: background-color 0.5s ease, backdrop-filter 0.5s ease, -webkit-backdrop-filter 0.5s ease;
}

.site-header.scrolled:before,
.site-header.active:before,
.site-header.active.scrolled:before {
	background-color: rgba(245, 247, 228, 0);
	backdrop-filter: blur(30px) brightness(1.2);
    -webkit-backdrop-filter: blur(30px) brightness(1.2); /* For Safari compatibility */
}

.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;
	width: fit-content;
	display: flex;
	justify-content: center;
	text-align: center;
	margin: 5px 0;
}

.main-navigation li a {
	position: relative;
}

.main-navigation li a:after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -3px;
    width: 100%;
    height: 2px;
    background-color: #E53E27;
    transform-origin: left;
    transition: transform 0.4s ease-out;
    transform: scaleX(0);
}

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

.main-navigation li.custom-logo-item {
	display: none;
}

.main-navigation li.custom-logo-item a:after {
    display: none;
}

.main-navigation li:last-child a {
    display: inline-block;
	width: 100%;
    padding: 5px 10px;
    background-color: #FFC400;
    border-radius: 5vw;
    position: relative;
    overflow: hidden;
    text-align: center;
    line-height: 1.5; /* Maintain line height */
	color: transparent;
}

.main-navigation li:last-child a::before,
.main-navigation li:last-child a::after {
    content: "Let's Connect";
    position: absolute;
	font-family: "latienne-pro", sans-serif;
	font-weight: 700;
	font-size: clamp(14px, 1.05vw, 32px);
	line-height: 1;
	color: #231F20;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: transform 0.5s ease-in-out;
}

.main-navigation li:last-child a::before {
    top: 0;
    transform: translateY(0);
    z-index: 1; /* Original text */
}

.main-navigation li:last-child a::after {
    bottom: 0; /* Start off-screen */
    transform: translateY(100%);
    z-index: 0; /* Behind the original text */
	background-color: transparent;
}

.main-navigation li:last-child a:hover::before {
    transform: translateY(-100%); /* Move original text up and out */
}

.main-navigation li:last-child a:hover::after {
    bottom: 0; /* Move duplicate text into view */
    transform: translateY(0); /* Appears from the bottom */
}


.main-navigation a {
	display: block;
	width: fit-content;
	text-decoration: none;
	font-family: "latienne-pro", sans-serif;
	font-weight: 700;
	font-size: clamp(14px, 1.05vw, 32px);
	color: #231F20;
}

.main-navigation a.custom-logo-link {
	width: 10vw;
}

.main-navigation a.custom-logo-link img {
	width: 100%;
	object-fit: contain;
}

.site-branding {
	width: 25vw;
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
	display: flex;
	flex-flow: column;
	align-items: center;
}

.menu-menu-1-container {
	position: absolute;
	left: 0;
/* 	top: calc(100% + 10px); */
	top: 99%;
	width: 100%;
	background-color: transparent;
	transition: background-color 0.5s ease, backdrop-filter 0.5s ease, -webkit-backdrop-filter 0.5s ease;
	display: flex;
	justify-content: center;
	padding: 5%;
}

.main-navigation.toggled .menu-menu-1-container {
	background-color: rgba(245, 247, 228, 0);
	backdrop-filter: blur(30px) brightness(1.2);
    -webkit-backdrop-filter: blur(30px) brightness(1.2); /* For Safari compatibility */
}

button.menu-toggle {
	background: transparent;
	border: none;
	padding: 0;
}

.menu-toggle div {
	width: 30px;
	height: 3px;
	background-color: #FFC400;
	border-radius: 5px;
}

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

.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: 37.5em) {
	
	.main-navigation {
		width: 100%;
	}
	
	.menu-toggle,
	.main-navigation.toggled ul {
		flex-flow: row;
	}
	
	.menu-menu-1-container {
		position: relative;
		display: block;
		padding: 0;
	}
	
	.main-navigation.toggled .menu-menu-1-container,
	.site-header.active:before{
		background-color: transparent;
		backdrop-filter: none;
    	-webkit-backdrop-filter: none; /* For Safari compatibility */
	}
	
	.site-header {
		padding: 20px 7% 15px 7%;
	}

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	
	.main-navigation li {
		width: 10vw;
		margin: 0;
	}
	
	.main-navigation li.custom-logo-item {
		display: flex;
	}
	
	.site-branding {
		display: none;
	}
}

@media screen and (min-width: 1200px) {
	.site-header {
		padding: 20px 10% 15px 10%;
	}
}

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

.comment-navigation .nav-links,
.posts-navigation .nav-links,
.post-navigation .nav-links {
	display: flex;
}

.comment-navigation .nav-previous,
.posts-navigation .nav-previous,
.post-navigation .nav-previous {
	flex: 1 0 50%;
}

.comment-navigation .nav-next,
.posts-navigation .nav-next,
.post-navigation .nav-next {
	text-align: end;
	flex: 1 0 50%;
}

/* Posts and pages
--------------------------------------------- */
.sticky {
	display: block;
}

/* .post,
.page {
	margin: 0 0 1.5em;
} */

.updated:not(.published) {
	display: none;
}

.page-content,
.entry-content,
.entry-summary {
	margin: 1.5em 0 0;
}

.page-links {
	clear: both;
	margin: 0 0 1.5em;
}

/* Comments
--------------------------------------------- */
.comment-content a {
	word-wrap: break-word;
}

.bypostauthor {
	display: block;
}

/* Widgets
--------------------------------------------- */
.widget {
	margin: 0 0 1.5em;
}

.widget select {
	max-width: 100%;
}

/* Media
--------------------------------------------- */
.page-content .wp-smiley,
.entry-content .wp-smiley,
.comment-content .wp-smiley {
	border: none;
	margin-bottom: 0;
	margin-top: 0;
	padding: 0;
}

/* Make sure logo link wraps around logo image. */
.custom-logo-link {
	display: inline-block;
}

/* Captions
--------------------------------------------- */
.wp-caption {
	margin-bottom: 1.5em;
	max-width: 100%;
}

.wp-caption img[class*="wp-image-"] {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.wp-caption .wp-caption-text {
	margin: 0.8075em 0;
}

.wp-caption-text {
	text-align: center;
}

/* Galleries
--------------------------------------------- */
.gallery {
	margin-bottom: 1.5em;
	display: grid;
	grid-gap: 1.5em;
}

.gallery-item {
	display: inline-block;
	text-align: center;
	width: 100%;
}

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

.gallery-columns-3 {
	grid-template-columns: repeat(3, 1fr);
}

.gallery-columns-4 {
	grid-template-columns: repeat(4, 1fr);
}

.gallery-columns-5 {
	grid-template-columns: repeat(5, 1fr);
}

.gallery-columns-6 {
	grid-template-columns: repeat(6, 1fr);
}

.gallery-columns-7 {
	grid-template-columns: repeat(7, 1fr);
}

.gallery-columns-8 {
	grid-template-columns: repeat(8, 1fr);
}

.gallery-columns-9 {
	grid-template-columns: repeat(9, 1fr);
}

.gallery-caption {
	display: block;
}

/*--------------------------------------------------------------
# Plugins
--------------------------------------------------------------*/

/* Jetpack infinite scroll
--------------------------------------------- */

/* Hide the Posts Navigation and the Footer when Infinite Scroll is in use. */
.infinite-scroll .posts-navigation,
.infinite-scroll.neverending .site-footer {
	display: none;
}

/* Re-display the Theme Footer when Infinite Scroll has reached its end. */
.infinity-end.neverending .site-footer {
	display: block;
}

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

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

/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important;
}

.screen-reader-text:focus {
	background-color: #f1f1f1;
	border-radius: 3px;
	box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
	clip: auto !important;
	clip-path: none;
	color: #21759b;
	display: block;
	font-size: 0.875rem;
	font-weight: 700;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
}

/* Do not show the outline on the skip link target. */
#primary[tabindex="-1"]:focus {
	outline: 0;
}

/* Alignments
--------------------------------------------- */
.alignleft {

	/*rtl:ignore*/
	float: left;

	/*rtl:ignore*/
	margin-right: 1.5em;
	margin-bottom: 1.5em;
}

.alignright {

	/*rtl:ignore*/
	float: right;

	/*rtl:ignore*/
	margin-left: 1.5em;
	margin-bottom: 1.5em;
}

.aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1.5em;
}
