/*!
Theme Name: auraveo
Theme URI: http://underscores.me/
Author: Underscores.me
Author URI: http://underscores.me/
Description: Description
Version: 1.0.0
Tested up to: 5.4
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: auraveo
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.

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

:root { 
  --white: #ffffff; 
  --black: #000000; 
  --primary-dark: #190F06;
  --gray-light: #E3E3E3;
  --primary: #E0A36A;
  --primary-light: #E0A36ACC;
  --primary-light-a: #F2D1BA;
  --apricot-light: #F2D1BA1A;
  --teal: #009191;
  --teal-light: #5ABABA;
}
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

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

/* Grouping content
	 ========================================================================== */

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
	box-sizing: content-box;
	height: 0;
	overflow: visible;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
	font-family: monospace, monospace;
	font-size: 1em;
}

/* Text-level semantics
	 ========================================================================== */

/**
 * Remove the gray background on active links in IE 10.
 */
a {
	background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
	border-bottom: none;
	text-decoration: underline;
	text-decoration: underline dotted;
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
	font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
	font-family: monospace, monospace;
	font-size: 1em;
}

/**
 * Add the correct font size in all browsers.
 */
small {
	font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.25em;
}

sup {
	top: -0.5em;
}

/* Embedded content
	 ========================================================================== */

/**
 * Remove the border on images inside links in IE 10.
 */
img {
	border-style: none;
}

/* Forms
	 ========================================================================== */

/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
	font-family: inherit;
	font-size: 100%;
	line-height: 1.15;
	margin: 0;
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
	overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
	text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"] {
	-webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
	border-style: none;
	padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
	outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
	padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *		`fieldset` elements in all browsers.
 */
legend {
	box-sizing: border-box;
	color: inherit;
	display: table;
	max-width: 100%;
	padding: 0;
	white-space: normal;
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
	vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
	overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type="checkbox"],
[type="radio"] {
	box-sizing: border-box;
	padding: 0;
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
	height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type="search"] {
	-webkit-appearance: textfield;
	outline-offset: -2px;
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type="search"]::-webkit-search-decoration {
	-webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
	-webkit-appearance: button;
	font: inherit;
}

/* Interactive
	 ========================================================================== */

/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
	display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
	display: list-item;
}

/* Misc
	 ========================================================================== */

/**
 * Add the correct display in IE 10+.
 */
template {
	display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
	display: none;
}

/* Box sizing
--------------------------------------------- */

/* Inherit box-sizing to more easily change it's value on a component level.
@link http://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/ */
*,
*::before,
*::after {
	box-sizing: inherit;
}

html {
	box-sizing: border-box;
}

/*--------------------------------------------------------------
# Base
--------------------------------------------------------------*/

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

h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}


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

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

/* Forms
--------------------------------------------- */
button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
	border: 1px solid;
	border-color: #ccc #ccc #bbb;
	border-radius: 3px;
	background: #e6e6e6;
	color: rgba(0, 0, 0, 0.8);
	line-height: 1;
	padding: 0.6em 1em 0.4em;
}

button:hover,
input[type="button"]:hover,
input[type="reset"]:hover,
input[type="submit"]:hover {
	border-color: #ccc #bbb #aaa;
}

button:active,
button:focus,
input[type="button"]:active,
input[type="button"]:focus,
input[type="reset"]:active,
input[type="reset"]:focus,
input[type="submit"]:active,
input[type="submit"]:focus {
	border-color: #aaa #bbb #bbb;
}

input[type="text"],
input[type="email"],
input[type="url"],
input[type="password"],
input[type="search"],
input[type="number"],
input[type="tel"],
input[type="range"],
input[type="date"],
input[type="month"],
input[type="week"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="color"],
textarea {
	color: #666;
	border: 1px solid #ccc;
	border-radius: 3px;
	padding: 3px;
}

input[type="text"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="password"]:focus,
input[type="search"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="range"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="week"]:focus,
input[type="time"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="color"]:focus,
textarea:focus {
	color: #111;
}

select {
	border: 1px solid #ccc;
}

textarea {
	width: 100%;
}

/*--------------------------------------------------------------
# Layouts
--------------------------------------------------------------*/

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

/* Navigation
--------------------------------------------- */
/* .main-navigation {
	display: block;
	width: 100%;
}

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

.main-navigation ul ul {
	box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
	float: left;
	position: absolute;
	top: 100%;
	left: -999em;
	z-index: 99999;
}

.main-navigation ul ul ul {
	left: -999em;
	top: 0;
}

.main-navigation ul ul li:hover > ul,
.main-navigation ul ul li.focus > ul {
	display: block;
	left: auto;
}

.main-navigation ul ul a {
	width: 200px;
}

.main-navigation ul li:hover > ul,
.main-navigation ul li.focus > ul {
	left: auto;
}

.main-navigation li {
	position: relative;
}

.main-navigation a {
	display: block;
	text-decoration: none;
} */

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

@media screen and (min-width: 37.5em) {

	.menu-toggle {
		display: none;
	}

	.main-navigation ul {
		display: flex;
	}
} */

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

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

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

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

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

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

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

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

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

.bypostauthor {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
	display: block;
}

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

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

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

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

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

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

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

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

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

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

	/*rtl:ignore*/
	float: left;

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

.alignright {

	/*rtl:ignore*/
	float: right;

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

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

/* custom css start */

body {
  font-size: 16px;
  line-height: 22px;
  color: var(--white);
  font-weight: 400; 
  font-family: "Inter", sans-serif;
  background-color: #09090B;

}
.body-m {
  font-size: 18px; 
  line-height: 29.25px;
}
.body-p1 {
  color: #B4AEAB; 
  font-size: 22px;  
  line-height: 32px;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal; 
  color: var(--white);
}
h1 {
  font-size: 64px;
  line-height: 72px;
  font-weight: 700;
  font-family: "Jost", sans-serif;
}
h1 span {
  color: var(--black);
  font-family: "Jost", sans-serif;
}
h2 {
  font-size: 48px; 
  font-weight: 600;
  line-height: 60px;
  font-family: "Jost", sans-serif;
}
h3 {
  font-size: 36px; 
  font-weight: 600;
  line-height: 40px;
  font-family: "Jost", sans-serif;
}
h4 {
  font-size: 24px; 
  font-weight: 500;
  line-height: 32px; 
  font-family: "Inter", sans-serif;
}
h5 {
  font-size: 22px; 
  font-weight: 400;
  line-height: 32px;
  font-family: "Inter", sans-serif;
}
img {
  max-width: 100%;
  vertical-align: top;
}
picture {
  width: 100%;
  height: 100%;
}
.section {
  padding: 80px 0rem;
}
.site-content {
	overflow: hidden;
}
.site-main {
	min-height: 60vh;
}

/* PRODUCTS GRID */
.grid {
  display: grid;
}
.flex {
  display: flex;
}
.flex-wrap {
  flex-wrap: wrap;
}
.gap-4 {
  gap: 1rem;
}
.gap-5 {
  gap: 1.25rem;
}
.gap-6 {
  gap: 1.5rem;
}
.grid-cols-12 {
  grid-template-columns: repeat(12, minmax(0, 1fr));
}
.grid-span-1 {
  grid-column: span 1 / span 1;
}
.grid-span-2 {
  grid-column: span 2 / span 2;
}
.grid-span-3 {
  grid-column: span 3 / span 3;
}
.grid-span-4 {
  grid-column: span 4 / span 4;
}
.grid-span-5 {
  grid-column: span 5 / span 5;
}
.grid-span-6 {
  grid-column: span 6 / span 6;
}
.grid-span-7 {
  grid-column: span 7 / span 7;
}
.grid-span-8 {
  grid-column: span 8 / span 8;
}
.grid-span-9 {
  grid-column: span 9 / span 9;
}
.grid-span-10 {
  grid-column: span 10 / span 10;
}
.grid-span-11 {
  grid-column: span 11 / span 11;
}
.grid-span-12 {
  grid-column: span 12 / span 12;
}
.container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 55px;
}

.btn {
  padding: 16px 24px;
  color: var(--black);
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 16px; 
  font-weight: 700;
  line-height: 24px;
  border-radius: 0px;
  opacity: 1;
  display: inline-block;
  vertical-align: top;
  text-decoration: none;
  transition: background .25s ease,
              color .25s ease,
              border-color .25s ease,
              box-shadow .25s ease,
              transform .15s ease;
}
.btn-primary {
  background-color: var(--teal);
  color: var(--black);
}
.btn-primary:hover {
  background-color: var(--teal-light);
  color: var(--black);
}
.btn-primary:focus {
  background-color: var(--teal-light);
  color: var(--black);
  outline: 2px solid var(--black);
}
.btn-secondary {
  background-color: var(--white);
  color: var(--black);
}
.btn-secondary:hover {
  background-color: var(--gray-light);
  color: var(--black);
}
.btn-secondary:focus {
  background-color: var(--white);
  color: var(--black);
  outline: 2px solid var(--primary);
}
.action-link-wrapper {
  text-align: left;
  display: flex;
  gap: 8px;
}
.action-link {
  color: var(--teal); 
  font-size: 16px; 
  font-weight: 400;
  line-height: 22px;
  display: flex;
  gap: 4px;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  transition: padding .2s ease, color .2s ease, font-weight .2s ease, outline .2s ease;
}
.action-link:hover {
  font-weight: 700;
  color: var(--teal); 
  text-decoration: none;
}
.action-link:focus {
  font-weight: 700;
  color: var(--teal); 
  outline: 2px solid var(--teal);
  text-decoration: none;
  padding: 8px;
}

/* ==========================================================================
   HEADER / SITE HEADER
   ========================================================================== */

.site-header {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 100;
    padding: 12px 0px;
    background: rgba(0, 0, 0, 0.40); 
    transition: background .3s ease, box-shadow .3s ease;
}

.site-header.scrolled {
    background: rgba(0, 0, 0, 0.40);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px); 
}
.header-container {
  padding: 0 48px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}

/* Logo */
.site-logo {
    display: flex;
    align-items: center;
    gap: 0;
}

.site-logo img {
    height: auto;
    width: auto;
}

/* Navigation */
.main-navigation ul {
    display: flex;
    align-items: center;
    gap: 16px;
    margin: 0px;
    padding: 0px;
    list-style-type: none;
}
.main-navigation ul li {
  margin: 0px;
  padding: 0px;
  list-style-type: none;
  display: flex;
  align-items: center;
  gap: 4px;
}
.main-navigation ul > li > a {
    color: #D1D5DC;
    font-family: "Jost", sans-serif;
    font-size: 18px; 
    font-weight: 500;
    line-height: 24px;
    border-radius: 10px;
    padding: 8px 12px;
    transition: color .2s ease;
    white-space: nowrap;
    text-decoration: none;
    display: flex;
    align-items: center; 
}

.main-navigation ul > li > a:hover {
    color: #B4AEAB;
}
.main-navigation ul > li > a:focus {
    color: #B4AEAB;
    outline: 1px solid #B4AEAB;
}
.main-navigation ul > li.current-menu-item > a {
  background: rgba(242, 209, 186, 0.20);
  color: var(--primary);
}
.main-navigation ul > li.menu-item-has-children .down-arrow {
  margin-left: -8px;
  cursor: pointer;
  width: 16px;
  height: 16px;
  background-repeat: no-repeat;
  background-size: 16px 16px;
  background-position: center center;
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23D1D5DC' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.main-navigation ul > li.menu-item-has-children:hover .down-arrow,
.main-navigation ul > li.menu-item-has-children:focus .down-arrow { 
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23B4AEAB' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
.main-navigation ul > li.menu-item-has-children.current-menu-item .down-arrow {
  background-image: url("data:image/svg+xml,%3Csvg width='16' height='16' viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M4 6L8 10L12 6' stroke='%23E0A36A' stroke-width='1.33333' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
} 
.main-navigation ul > li.btn-secondary > a,
.main-navigation ul > li > a.btn-secondary {
    padding: 16px 24px;
    color: var(--black);
    text-align: center;
    font-family: "Jost", sans-serif;
    font-size: 16px;
    font-weight: 700;
    line-height: 24px;
    transition: background .25s ease, color .25s ease, border-color .25s ease, box-shadow .25s ease, transform .15s ease;
    margin: 0px; 
    background-color: var(--white);
    color: var(--black);
    border-radius: 0px;
}
.main-navigation ul > li.btn-secondary > a:hover,
.main-navigation ul > li > a.btn-secondary:hover {
  background-color: var(--gray-light);
  color: var(--black);
}
.main-navigation ul > li.btn-secondary > a:focus,
.main-navigation ul > li > a.btn-secondary:focus{
  background-color: var(--white);
  color: var(--black);
  outline: 2px solid var(--primary);
}
.main-navigation ul li {
  position: relative;
}
@media screen and (min-width: 1200px) {

  .site-header {
    padding: 0px;
  }
  .main-navigation > .mobile-menu-inner > .menu-header-menu-container > ul > li:not(.btn.btn-secondary) { 
    padding: 20px 0px;
  } 

  .main-navigation ul li ul.sub-menu {
    position: absolute;
    top: 100%;
    left: -10px;
    background: rgba(0, 0, 0, 1);
    transition: background .3s ease, box-shadow .3s ease;
    display: none;
    padding: 10px;
    outline: 0.667px solid rgba(224, 163, 106, 0.40);
  }
    .main-navigation ul li:hover > ul.sub-menu {
    display: block;
  }
  .main-navigation ul li ul.sub-menu li:not(:last-child) {
    margin-bottom: 6px;
  }
  
}


/* Mobile Toggle */
.menu-toggle {
    display: none;
    flex-direction: column;
    gap: 5px;
    background: none;
    border: none;
    cursor: pointer;
    padding: 5px;
    z-index: 101;
}

.menu-toggle span {
    display: block;
    width: 24px;
    height: 2px;
    background: #fff;
    border-radius: 2px;
    transition: transform .3s ease, opacity .3s ease;
}

.menu-toggle.is-active span:nth-child(1) {
    transform: translateY(7px) rotate(45deg);
}

.menu-toggle.is-active span:nth-child(2) {
    opacity: 0;
}

.menu-toggle.is-active span:nth-child(3) {
    transform: translateY(-7px) rotate(-45deg);
}
.menu-close {
  display: none;
}

/* ==========================================================================
   HERO SECTION
   ========================================================================== */

.hero-section {
    position: relative;
    width: 100%;
    height: 100vh;
    overflow: hidden;
}
.hero-slide {
  height: 100vh;
}
.hero-slide__bg,
.hero-slide__bg {
  width: 100vw;
  height: 100vh;
  background-position: center top;
  background-repeat: no-repeat;
  background-size: cover;  
}
.hero-slide__bg {
  -o-object-fit: cover;
  object-fit: cover;
}
.hero-section .hero-slide::before {
    content: "";
    position: absolute;
    inset: 0;
    /* background: linear-gradient(180deg, rgba(0, 0, 0, 0.00) 0%, rgba(9, 9, 11, 0.08) 50%, rgba(9, 9, 11, 0.20) 93.45%); */
    background: linear-gradient(
      180deg,
      rgba(0, 0, 0, 0) 0%,
      rgba(9, 9, 11, 0.4) 40%,
      #09090B 100%
    ); 
}

.hero-section .slick-track::before, 
.hero-section .slick-track::after {
	display: none;
}
.hero-section .hero-slider {
  -webkit-user-select: auto;
  -moz-user-select: auto;
  -ms-user-select: auto;
  user-select: auto;
}
.hero-section .hero-slider .hero-slide .container {
	position: absolute;
	right: 0px;
	top: 0;
	left: 0;
	height: 100%;
	display: flex;
	align-items: center;
	justify-content: center;
  padding-top: 80px;
  
}
.hero-slide__content {
    position: relative;
    z-index: 2;
    text-align: center;
    max-width: 960px;
    padding: 0px;
}

.hero-slide__content h1 { 
    margin-bottom: 37px;
    background: linear-gradient(90deg, var(--primary-100, #F2D1BA) 0%, var(--primary-200, #E0A36A) 50%, var(--primary-300, #C98646) 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.hero-slide__content h5 {
  margin-bottom: 32px; 
  color:rgba(255, 255, 255, 0.70);
}

.hero-slide__content p {
    color: rgba(255, 255, 255, .75);
    margin-bottom: 32px; 
}

/* ==========================================================================
   TAGLINE SECTION
   ========================================================================== */

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

.tagline-section h2 {
   color: #fff;
}

.tagline-section h2 span {
    display: block;
}
.tagline-section h2 .accent-text {
  color: var(--primary);
}

/* ==========================================================================
   CONTENT BLOCKS (Boring Box / Storytelling Engine)
   ========================================================================== */

.content-block {
    padding: 120px 0px 120px; 
}
.content-block.content-block--reverse {
  padding: 0px;
}
.content-block .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: center;
}

.content-block--reverse .container {
    direction: rtl;
    gap: 98px;
}

.content-block--reverse .container > * {
    direction: ltr;
}

.content-block__media {
    position: relative;
}
.content-block__media::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  background: linear-gradient(135deg, rgba(74, 85, 101, 0.10) 0%, rgba(30, 41, 57, 0.10) 100%);
  filter: blur(40px);
}
.content-block__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; 
    margin: 0px !important;
    border: 1px solid rgba(54, 65, 83, 0.30);
}
.content-block--reverse .content-block__media::before {
  background: linear-gradient(135deg, rgba(224, 163, 106, 0.20) 0%, rgba(44, 155, 155, 0.20) 100%);
  filter: blur(64px);
}
.content-block--reverse .content-block__media img {
  border: 1px solid rgba(0, 145, 145, 0.20);
}

.content-block__text h3,
.results-section__content h3 {  
    margin-bottom: 26px;
}
.content-block__text .section-subtitle,
.results-section__content .section-subtitle {
  color: #B4AEAB; 
  font-size: 18px; 
  font-weight: 600;
  line-height: 20px; 
  letter-spacing: 4.2px;
  text-transform: uppercase;
  margin-bottom: 14px;
  display: block;
}
.content-block--reverse .content-block__text .section-subtitle {
  color: var(--teal);
}
.content-block__text p,
.results-section__content p {
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 29.25px; 
  color: #B4AEAB; 
  margin-bottom: 8px;
}
.content-block__text p.last,
.results-section__content p.last {
  margin-bottom: 0px;
  font-style: italic;
}
.content-block--reverse .content-block__text p.last {
  color: var(--teal);
}



.content-block__text .btn-link {
    margin-top: 8px;
}

/* ==========================================================================
   RESULTS SECTION
   ========================================================================== */

.results-section {
    padding: 120px 0;
}

.results-section .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 60px;
    align-items: center;
}

.results-section__media {
    display: flex;
    gap: 12px;
    overflow: hidden;
}

.results-section__media img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; 
}

.results-section__content .stat-list {
    margin: 24px 0;
}

.results-section__content .stat-item {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 14px;
    color: var(--grey-100, #E3E3E3);  
    font-size: 18px; 
    font-weight: 400;
    line-height: 29.25px;
}
.results-section__content .stat-item br {
  display: none;
}
.results-section__content .stat-item span {
  line-height: 29.25px;
}
.results-section__content .stat-item .stat-item__icon {
  height: 29.25px;
}


/* ==========================================================================
   CARDS SECTION (3 Column)
   ========================================================================== */

.cards-section {
    padding: 128px 0 128px; 
    background: linear-gradient(to bottom, rgba(224, 163, 106, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(224, 163, 106, 0.4) 100%);
}

.cards-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 90px;
}

.card {
    border-radius: 14px;
    border: 0.667px solid rgba(224, 163, 106, 0.40);
    background: #09090B;
    overflow: hidden;
    transition: border-color .3s ease, transform .3s ease;
}

.card:hover {
    border-color: rgba(224, 163, 106, 1);
    transform: translateY(-4px);
}
.card__image {
    width: 100%;
    height: 193px; 
    position: relative;
}
.card__image::before {
    content: "";
    position: absolute;
    inset: 0;
    background: linear-gradient(0deg, #09090B 0%, rgba(3, 3, 3, 0.50) 13%, rgba(0, 0, 0, 0.02) 66.67%, rgba(0, 0, 0, 0.00) 100%);
    z-index: 1;
}
.card__image img {
    width: 100%; 
    height: 100%;
    object-fit: cover;
    opacity: 0.9; 
}

.card__body {
    padding: 32px 32px 32px 32px;
}

.card__body h4 {
    margin-bottom: 11px; 
    min-height: 64px;
    max-width: 324px;
}

.card__body p { 
    color: #B4AEAB;
    margin-bottom: 16px;
}
.card__body p:last-child {
    margin-bottom: 0px; 
}
.card__body p:has(+ ul) {
  margin-bottom: 4px;
}
.card__body ul {
  padding: 0px 0px 0px 16px;
  margin: 0px;
}
.card:nth-child(3) .card__body ul {
  margin-top: 16px;
} 
.card__body ul li {
  color: #B4AEAB;
  margin-bottom: 4px;
}
.card__body ul li:last-child {
    margin-bottom: 0px; 
}

/* ==========================================================================
   TRUST / PARTNERS SECTION
   ========================================================================== */

.trust-section {
    padding: 128px 0;
    text-align: center;
}

.trust-section .section-title {
    margin-bottom: 60px; 
}
.trust-section .section-title .accent-text {
    color: var(--primary);
}
.trust-logos {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
    flex-wrap: wrap; 
}

.trust-logos__item {
    display: flex;
    flex-direction: column;
    align-items: center; 
}
.trust-logos__item-logo {
  display: flex;
  gap: 24px;
  align-items: center;
  margin-bottom: 16px;
  min-height: 80px;
}
.trust-logos__item-logo img {
	width: 100%;
}
.trust-logos__item span {
  color: var(--primary);
  text-align: center;  
  font-size: 24px; 
  font-weight: 500;
  line-height: 40px; 
  display: block;
  margin-bottom: 2px;
}
.trust-logos__item p {
  color: var(--gray-light);
}
.trust-logos__item:nth-child(2) span {
  color: var(--teal);
}

/* ==========================================================================
   HOW IT WORKS SECTION
   ========================================================================== */

.howitworks-section {
    padding: 128px 0; 
}

.howitworks-section .section-title {
    text-align: center; 
    margin-bottom: 28px;
}
.howitworks-section .section-title .accent-text {
  color: var(--primary);
}

.howitworks-section .section-desc {
    text-align: center;
    font-size: 20px;
    line-height: 28px;
    font-weight: 400;
    color: #99A1AF;
    margin-bottom: 64px;
}

.engines-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 33px;
    max-width: 1216px;
    margin: 0 auto;
}

/* ── Accordion Card ── */
.engine-card {
    position: relative;
}
.engine-card::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 14px;
    background: linear-gradient(135deg, rgba(240, 177, 0, 0.20) 0%, rgba(255, 105, 0, 0.20) 100%);
    filter: blur(24px); 
}

.engine-card:hover,
.engine-card.is-open {
    border-color: #d4962b;
}

/* Header (clickable) */
.engine-card__header,
.engine-card__header-1 {
    display: flex;
    align-items: center;
    gap: 16px;
    padding: 24px 24px;
    cursor: pointer;
    user-select: none;
    transition: background .2s ease;
    position: relative;
    border-radius: 14px;
    border: 0.667px solid rgba(224, 163, 106, 0.20);
    background: #09090B;
    transition: border-color .3s ease;
}
.engine-card.is-open .engine-card__header,
.engine-card__header-1 {
  border-radius: 14px 14px 0px 0px; 
}
.engine-card__header-1 {
  padding: 26px 24px 10px;
}

.engine-card__header:hover {
    background: #09090B;
}

.engine-card__icon {
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(224, 163, 106, 0.20);
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.engine-card__toggle {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    transition: transform .3s ease;
    margin-left: auto;
}


.engine-card.is-open .engine-card__toggle {
    transform: rotate(180deg);
}

/* Body (collapsible) */
.engine-card__body { 
    overflow: hidden;
    transition: max-height .4s ease, padding .4s ease, display .4s ease;
    padding: 24px;
    background: #09090B;
    display: none;
    position: relative;
    border: 0.667px solid rgba(224, 163, 106, 0.20);
    border-top: 0px;
    border-radius: 0px 0px 14px 14px;
}
.engine-card__body-1 {
  padding: 24px;
  background: #09090B;
  position: relative;
  border: 0.667px solid rgba(224, 163, 106, 0.20);
  border-top: 0px;
  border-radius: 0px 0px 14px 14px;
}

.engine-card.is-open .engine-card__body { 
    display: block;
    background: #09090B;
}

.engine-card__body p,
.engine-card__body-1 p {
  color: #B4AEAB; 
  font-size: 18px; 
  font-weight: 400;
  line-height: 29.25px; 
  margin-bottom: 14px; 
}
.engine-card__body-1 .body-m {
  margin-bottom: 14px !important; 
}
.engine-card__body-1 p {
  margin-bottom: 0px !important; 
  color: #B4AEAB !important; 
}

/* Tags */
.engine-card__tags {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
}

.engine-tag {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    font-size: 16px; 
    font-weight: 400;
    line-height: 22px;
    color: #B4AEAB;
    padding: 7px 16px;
    border-radius: 10px;
    border: 0.667px solid rgba(224, 163, 106, 0.20);
    background: rgba(224, 163, 106, 0.10);
}

.howitworks-section-1 .engine-card {
  border: 0.667px solid rgba(224, 163, 106, 0.20);
  background: #09090B; 
  border-radius: 14px;
}
.howitworks-section-1 .engine-card::after {
  content: "";
  position: absolute;
  inset: 0px;
  width: 100%;
  height: 100%;
  background: #09090B; 
  border-radius: 14px;
}
.howitworks-section-1 .engine-card * {
  position: relative;
  z-index: 1;
}
.howitworks-section-1 .engine-card__header-1,
.howitworks-section-1 .engine-card__body-1 {
	border-radius: 0px;
	border: 0px solid transparent;
	background: transparent;
}
.howitworks-section-1 .engine-card__body-1 {
  border-top: 0.667px solid rgba(224, 163, 106, 0.20);
}


/* ==========================================================================
   CTA SECTION
   ========================================================================== */

.cta-section {
    padding: 128px 0 128px; 
    background: linear-gradient(to bottom, rgba(224, 163, 106, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(224, 163, 106, 0.4) 100%);
}

.cta-section .section-title {
    text-align: center;
    margin-bottom: 16px;
}
.cta-section .section-title .accent-text {
  color: var(--primary);
}

.cta-section .section-desc {
    color: var(--gray-light);
    text-align: center;  
    font-size: 22px; 
    font-weight: 400;
    line-height: 32px; 
    margin-bottom: 44px;
}

.cta-cards {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 63px;
    max-width: 1150px;
    margin: 0 auto;
}

.cta-card {
    border-radius: 14px;
    border: 1px solid rgba(224, 163, 106, 0.20);
    background: #0F0F11;
    padding: 33px 33px 37px 33px; 
    transition: border-color .3s ease, transform .3s ease;
}

.cta-card:hover { 
    transform: translateY(-4px);
}

.cta-card__icon {
    width: 48px;
    height: 48px;
    margin: 0 0 16px;
    border-radius: 10px;
    background: rgba(224, 163, 106, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.cta-card h4 {  
    margin-bottom: 12px;
}

.cta-card p { 
    color: #B4AEAB;
    line-height: 24px;
    margin-bottom: 16px;
}

/* ==========================================================================
   SITE FOOTER
   ========================================================================== */

.site-footer {
    background: #0a0a0a; 
    padding: 70px 0px 80px;
}
.site-footer .container {
  max-width: 1384px;
}

.site-footer__top {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
    padding-bottom: 72px;
    border-bottom: 1px solid #686563;
}
.footer-brand {
  width: 100%;
  max-width: 549px;
}
.footer-brand h2 { 
    color: var(--primary);
    margin-bottom: 32px; 
}

.footer-brand .btn-ghost {
    margin-top: 10px;
    font-size: 13px;
    padding: 10px 24px;
}

.footer-nav {
    display: flex;
    gap: 20px;
    justify-content: space-between;
    width: 100%;
    max-width: 551px;
    margin-left: auto;
}
.footer-nav .footer-nav__col {
    display: flex;
    flex-direction: column;
    gap: 32px;
}
.footer-nav__col a {
    color: var(--white); 
    font-size: 18px; 
    font-weight: 400;
    line-height: 28px; 
    letter-spacing: -0.439px;
    text-decoration: none;
    transition: color .2s ease;
}

.footer-nav__col a:hover {
    color: var(--primary);
}
.footer-nav .footer-nav__col .footer-link a {
  display: flex;
  align-items: center;
  gap: 8px;
}
.footer-nav .footer-nav__col .footer-link .icon {
  width: 40px;
  height: 40px;
  border-radius: 10px;
  background: rgba(224, 163, 106, 0.10);
  display: flex;
  align-items: center;
  justify-content: center;
}

.site-footer__bottom {
    padding: 49px 0px 0px 0px;
    text-align: center;
    
}
.site-footer__bottom p {
  color: #8D8886;
  text-align: center;
  font-family: jost, sans-serif;
  font-size: 20px; 
  font-weight: 500;
  line-height: 28px;
  letter-spacing: 0.4px;
  margin: 0px;
}

/* ══════════════════════════════════════
   HERO
   ══════════════════════════════════════ */

.contact-hero {
    padding: 238px 0px 75px;
    text-align: center;
}

.contact-hero__inner {
    width: 100%;
    max-width: 673px;
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    row-gap: 29px;
}

.contact-hero__label {
  text-align: center;
  font-family: "Jost", sans-serif;
  font-size: 18px; 
  font-weight: 600;
  line-height: 32px; 
  letter-spacing: 0.5px;
  text-transform: uppercase;
  background: linear-gradient(90deg, #F2D1BA 0%, #E0A36A 50%, #C98646 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.contact-hero__inner p {
  font-size: 22px;
  line-height: 32px;
  color: #B4AEAB; 
}


/* ══════════════════════════════════════
   CONTACT SECTION
   ══════════════════════════════════════ */

.contact-section {
    padding: 80px 0 80px;
}
.contact-section .container {
  max-width: 1326px;
}

.contact-section .contact__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px;
    align-items: start;
    padding-bottom: 120px;
}

.contact__info h3 {
    margin-bottom: 33px;
}

.contact__info-text {
    color: var(--gray-light);
    margin-bottom: 17px;
    max-width: 521px;
    width: 100%;
}
.body-m p,
.body-p1 p {
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  font-weight: inherit;
  margin: 0px;
  padding: 0px;
}

.contact__details {
    display: flex;
    flex-direction: column;
    gap: 32px;
}

.contact__detail {
    display: flex;
    align-items: flex-start;
    column-gap: 16px;
    row-gap: 32px;
}

.contact__detail-icon { 
    width: 48px;
    height: 48px;
    border-radius: 10px;
    background: rgba(224, 163, 106, 0.10);
    display: flex;
    align-items: center;
    justify-content: center;
}

.contact__detail-content {
    display: flex;
    flex-direction: column;
    gap: 7px;
}

.contact__detail-label {
    font-size: 18px; 
    font-weight: 600;
    line-height: 27px;
    color: var(--white);
}

.contact__detail-value { 
    color: var(--gray-light);
    transition: color 0.2s ease;
    text-decoration: none;
}

a.contact__detail-value:hover {
    color: var(--primary);
}


/* ══════════════════════════════════════
   FORM  (WordPress CF7 classes)
   ══════════════════════════════════════ */

.contact__form-wrap {
    border-radius: 16px;
    border: 0.667px solid rgba(224, 163, 106, 0.40);
    background: rgba(224, 163, 106, 0.10);
    padding: 32px;
    position: relative;
}
.contact__form-wrap::before {
  content: "";
  position: absolute;
  inset: 0px; 
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(224, 163, 106, 0.10) 0%, rgba(0, 0, 0, 0.00) 100%);
  filter: blur(40px);
}
.contact__form-wrap-inner {
  position: relative;
  z-index: 1;
}

.contact__form-heading { 
    margin-bottom: 22px;
}

.wpcf7-form-control-wrap {
    display: block;
    margin-bottom: 22px;
    margin-top: 12px;
}
.contact-section .contact__grid .contact__form-wrap {
  color: #F1F1F1;
}
.contact-section .contact__grid .contact__form-wrap .wpcf7-form-field br,
.contact-section .contact__grid .contact__form-wrap .wpcf7-form-submit br {
  display: none;
}
.contact-section .contact__grid .contact__form-wrap .wpcf7-form-submit {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  row-gap: 24px;
  margin-top: 30px;
}
.contact-section .contact__grid .contact__form-wrap .wpcf7-form-submit .wpcf7-spinner {
  margin: 0px auto;
  display: none;
}
.contact-section .contact__grid .contact__form-wrap form.submitting .wpcf7-form-submit .wpcf7-spinner { 
  display: block;
} 
.contact-section .contact__grid .contact__form-wrap .wpcf7 form .wpcf7-response-output {
	margin: 22px 0px 0px 0px;
	padding: 0;
	border: 0px; 
}
.contact-section .contact__grid .contact__form-wrap .wpcf7 form.sent .wpcf7-response-output {
	color: green;
}
.contact-section .contact__grid .contact__form-wrap .wpcf7-form-control:not(.wpcf7-submit) {
	width: 100%;
	border: 0px;
	outline: none; 
	box-shadow: none;
	border-radius: 10px;
  border: 0.667px solid rgba(224, 163, 106, 0.40);
  background: #09090B;
	font-size: 16px;
	line-height: 22px;
  font-weight: 400;
	color: var(--white);
	font-family: "Inter", sans-serif;  
	padding: 12px 16px 12px 16px;
	margin: 0px 0px; 
}
.contact-section .contact__grid .contact__form-wrap .wpcf7-form-control:not(.wpcf7-submit):focus,
.contact-section .contact__grid .contact__form-wrap .wpcf7-form-control:not(.wpcf7-submit):hover { 
  border: 1px solid rgba(224, 163, 106, 0.80); 
}
.contact-section .contact__grid .contact__form-wrap .wpcf7-form-control:not(.wpcf7-submit)::selection { 
  border: 1px solid #E0A36A; 
  background-color: red;
}
.contact-section .contact__grid .contact__form-wrap textarea {
  height: 170px;
}

.contact-section .contact__grid .contact__form-wrap .wpcf7-form-control:not(.wpcf7-submit)::placeholder,
.contact-section .contact__grid .contact__form-wrap .wpcf7-form-control:not(.wpcf7-submit)::placeholder,
.contact-section .contact__grid .contact__form-wrap .wpcf7-form-control:not(.wpcf7-submit)::placeholder {
    color: #B4AEAB;
}
.wpcf7-form-submit .wpcf7-submit {
  border: 0px;
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  cursor: pointer;
}
.contact-hero.about-hero {
	padding-bottom: 43px;
}
.about-hero .contact-hero__inner { 
	max-width: 922px; 
}
.about-hero .contact-hero__inner p {
  max-width: 767px;
  margin: 0px auto;
}

/* ══════════════════════════════════════
   FEATURE CARDS
   ══════════════════════════════════════ */

.about-block-section {
    padding: 0 0 40px;
}

.about-block__card {
    display: flex;  
    gap: 32px;
    padding: 48px 0px; 
}

.about-block__card-media {
    flex: 0 0 426px;
    max-width: 426px; 
    display: flex;
    align-items: center;
    justify-content: center; 
    position: relative;
    border-radius: 16px;
}
.about-block__card-media::before {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: rgba(224, 163, 106, 0.10);
  filter: blur(64px);
}

.about-block__card-media img {
    border-radius: 16px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    position: relative;
}

.about-block__card-body {
    flex: 1;
    padding: 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.about-block__card-body__inner {
  max-width: 784px;
  width: 100%;
  padding: 62px 0px;
}
.about-block__card-title { 
    margin-bottom: 24px;
}

.about-block__card-text { 
    color: #B4AEAB; 
}
.about-block__card-text p:nth-child(odd) { 
    color: #B4AEAB; 
}
.about-block__card-text p:nth-child(even) { 
    color: var(--white); 
}
.about-block__card-text p:nth-child(1) {
  margin-bottom: 24px;
}
.about-block__card-text p:not(:last-child) {
  margin-bottom: 16px;
}
.about-block__card-2 .about-block__card-title {
  color: var(--primary);
}
.about-block__card-2 .about-block__card-body__inner {
  max-width: 715px; 
}

.about-block__card-note {
    font-size: 13px;
    line-height: 20px;
    color: var(--text-muted);
    opacity: 0.7;
    padding-top: 8px;
    border-top: 1px solid var(--divider);
    margin-top: auto;
}


/* ══════════════════════════════════════
   VOICE / MISSION SECTION
   ══════════════════════════════════════ */

.about-voice-section {
    padding: 128px 0px 128px 0px;
}

.about-voice-section .voice__inner {
    max-width: 900px;
    margin: 0 auto;
}

.about-voice-section .voice__title { 
    width: 100%;
    max-width: 599px;
    margin: 0px auto 35px auto; 
    text-align: center;
}

.about-voice-section .voice__content {
  display: flex;
  flex-direction: column;
  gap: 24px; 
}

.about-voice-section .voice__text { 
    color: #B4AEAB; 
}

.about-voice-section .voice__highlight {
    color: var(--primary);
}


/* ══════════════════════════════════════
   TEAM SECTION
   ══════════════════════════════════════ */

.about-team-section {
    padding: 128px 0 128px;
    background: linear-gradient(to bottom, rgba(224, 163, 106, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(224, 163, 106, 0.4) 100%);
    text-align: center;
}
.about-team-section .container {
  max-width: 1330px;
}
.about-team-section .team__title { 
    max-width: 768px;
    width: 100%;
    margin: 0px auto 28px;
}

.about-team-section .team__title span { 
    color: var(--primary); 
}

.about-team-section h5 { 
    color: var(--gray-light); 
    max-width: 768px;
    width: 100%;
    margin: 0px auto 32px;
}

.about-team-section .team__grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px 24px;
  justify-content: center; 
} 
.about-team-section .team__grid > * {
  width: calc(33.333% - 16px); /* 3 columns */
}

.about-team-section .team__member {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 32px 0px;
}

.about-team-section .team__member-photo {
    width: 140px;
    height: 140px;
    border-radius: 100%;
    overflow: hidden;
    margin-bottom: 10px; 
    border: 1px solid rgba(224, 163, 106, 0.30); 
}

.about-team-section .team__member-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.about-team-section .team__member-name { 
    margin-bottom: 4px;
}

.about-team-section .team__member-role { 
    color: #B4AEAB;
    margin: 0px;
}
.section-tb-128 { 
  padding-block: 128px;
}
/* The Platform Page Css Start */

/* ----- Hero ----- */
.tp-hero { 
  padding-bottom: 80px;
}
.tp-hero .container{
  max-width: 843px;
  margin-inline: auto;
}
.tp-hero .tp-hero-title {
  margin: 29px 0px 29px; 
}
.tp-hero .tp-hero-copy  {
  padding: 127px 0px 0px;
  display: flex;
  flex-direction: column;
  row-gap: 16px;
}
.tp-hero .tp-hero-copy .body-p1 {
  color: var(--white); 
}
.tp-hero .tp-hero-copy .body-m {
  color: var(--gray-light); 
}

/* ----- Section titles ----- */


/* ----- Feature grid ----- */
.blur {
  position: relative;
}
.blur::before,
.blur::after {
  content: "";
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  border-radius: 14px; 
  background: #0F0F11;
}
.blur::before {
  background: linear-gradient(180deg, rgba(224, 163, 106, 0.10) 0%, rgba(0, 0, 0, 0.00) 100%);
  filter: blur(24px);
}
.blur * {
  position: relative;
  z-index: 3;
}
.tp-features {
  text-align: center;
}
.tp-features .container,
.tp-pillars .container {
  width: 100%;
  max-width: 1286px;
  margin-inline: auto;
}
.tp-features .tp-section-title {
  margin-bottom: 40px;
}
.tp-feature-grid {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  column-gap: 32px;
  row-gap: 32px;
}
.tp-card {
  padding: 33px;
  border-radius: 14px;
  border: 1px solid rgba(224, 163, 106, 0.30);
  background: #0F0F11;
  text-align: left;
  width: 100%;
  max-width: 528px;
}
.tp-card .body-p1 {
  color: var(--white);
  margin-bottom: 10px;
}
.tp-card p {
  margin-bottom: 0px;
  line-height: 22px;
}
.tp-card p:not(:last-child) {
  margin-bottom: 8px;
}

/* ----- Pillars ----- */
.text-center {
  text-align: center;
}
.tp-pillars {
  background: linear-gradient(to bottom, rgba(224, 163, 106, 0.1) 0%, rgba(0, 0, 0, 0) 50%, rgba(224, 163, 106, 0.4) 100%);
  position: relative;

}
.tp-pillars .tp-section-title {
  margin-bottom: 40px;
}

.tp-pillar-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 66px;
  text-align: left;
}

.tp-pillar {
  position: relative;
  padding: 32px 33px;
  border-radius: 14px;
  border: 1px solid rgba(224, 163, 106, 0.20);
  background: #0F0F11;
}

.tp-pillar--intelligence { 
  border: 1px solid rgba(0, 145, 145, 0.20); 
}
.tp-pillar--intelligence::before { 
  background: linear-gradient(135deg, rgba(0, 145, 145, 0.10) 0%, rgba(0, 145, 145, 0.20) 100%); 
}
.tp-pillar-title {
  margin: 0 0 12px;
}
.tp-pillar--experience .tp-pillar-title {
  color: var(--primary);
}
.tp-pillar--intelligence .tp-pillar-title {
  color: var(--teal);
}
.tp-pillar--commerce .tp-pillar-title {
  color: var(--primary);
}
.tp-pillar-body,
.tp-pillar-body p {
  margin: 0px; 
  color: #B4AEAB;
}
.hiw-hero .container {
  max-width: 100%;
}
.hiw-hero {
  padding-bottom: 75px;
}
.hiw-hero .tp-hero-title,
.hiw-hero .tp-hero-lead {
  max-width: 861px;
  width: 100%;
  margin-inline: auto;
}
.hiw-hero .tp-hero-lead {
  max-width: 767px; 
}
.section-tb-80 {
  padding-block: 80px;
}
.hiw-heading-section {
  text-align: center;
}
.hiw-heading-section h2 span {
  color: var(--primary);
}



/* ==========================================================================
   RESPONSIVE
   ========================================================================== */

@media (max-width: 1250px) {
  .main-navigation ul { 
    gap: 12px; 
  }
}

@media (max-width: 1199px) {
    .menu-toggle {
        display: flex; 
    }
    .menu-toggle.is-active { 
        position: absolute;
        right: 12px;
        top: 12px;
    }
    .header-container,
    .container {
      padding: 0 20px; 
    }
    body::before { 
      content: "";
      position: fixed;
      inset: 0;
      left: -100%;
      width: calc(100vw - 300px);
      height: 100vh;
      background-color: rgba(0, 0, 0, 0.8);
      opacity: 0;
      visibility: hidden;
      pointer-events: none;
      /* 👇 animate opacity, delay visibility hiding */
      transition: 
        opacity .20s ease,
        visibility 0s linear .20s;
      z-index: -999;
    }

    .nav-open::before {
      opacity: 1;
      left: 0px;
      visibility: visible;
      pointer-events: auto;
      z-index: 101;

      /* 👇 delay overlay appearance until menu opens */
      /* transition-delay: .30s, 0s; */
    }
    .main-navigation {
        position: fixed;
        top: 0;
        right: -100%;
        width: 300px;
        height: 100vh;
        background: rgba(10, 10, 10, .97);
        backdrop-filter: blur(12px);
        -webkit-backdrop-filter: blur(12px);
        flex-direction: column;
        align-items: flex-start;
        padding: 80px 32px 40px;
        gap: 4px;
        transition: right .35s ease;
        z-index: 100;
        overflow-y: auto;
    }

    .main-navigation.is-open {
        right: 0;
    }
    .main-navigation ul { 
      align-items: flex-start;
      gap: 8px;  
      flex-direction: column;
    }
    .main-navigation ul li { 
      width: 100%;
    }
    .main-navigation ul > li > a { 
      width: 100%;
    }
    .main-navigation ul > li.menu-item-has-children .down-arrow { 
      margin-left: auto;
      position: absolute;
      left: auto;
      right: 0px;
      top: 12px;
    }
    .main-navigation ul li ul.sub-menu {
      display: none;
      width: 100%;
      padding-left: 16px;
    }
    .main-navigation ul li { 
      flex-wrap: wrap;
    }
    .main-navigation a {
        font-size: 16px;
        padding: 12px 0;
        width: 100%;
    }

    .main-navigation .btn-secondary {
        margin-left: 0;
        margin-top: 16px;
        text-align: center;
        width: 100%;
        display: block;
    } 
}
@media (max-width: 1140px) {
  .section,
  .content-block,
  .results-section,
  .cards-section,
  .trust-section,
  .howitworks-section,
  .cta-section,
  .site-footer {
    padding: 60px 0rem;
  }
  .site-footer__bottom {
    padding: 40px 0px 0px 0px; 
  }
  h1 {
    font-size: 56px;
    line-height: 64px; 
  } 
  h2 {
    font-size: 40px;  
    line-height: 52px; 
  }
  h3 {
    font-size: 30px;  
    line-height: 34px; 
  }
  h4 {
    font-size: 22px;  
    line-height: 30px;  
  }
  h5 {
    font-size: 20px;  
    line-height: 28px; 
  }
  .content-block .container,
  .results-section .container {
      grid-template-columns: 1fr;
      gap: 40px;
  }

  .content-block--reverse .container {
      direction: ltr;
  } 

  .footer-nav {
      justify-content: center;
      flex-wrap: wrap;
      gap: 32px;
  }
  .cards-grid { 
    gap: 50px;
  }
  .cta-cards {   
    column-gap: 16px;
    row-gap: 30px;
  }
  .contact-hero {
    padding: 150px 0px 70px; 
  }
  .contact-section {
    padding: 70px 0 70px;
  }
  .contact-section .contact__grid { 
    gap: 36px; 
    padding-bottom: 70px;
  }
  .about-voice-section,
  .about-team-section {
    padding: 80px 0px 80px 0px;
  }
  .tp-card {
    max-width: calc(50% - 16px);
  }
  .section-tb-128 {
    padding-block:70px;
  }
  .tp-hero .tp-hero-copy {
    padding: 70px 0px 0px; 
  }
  .tp-pillar-grid { 
    gap: 30px; 
  }
  
}
@media (max-width: 991px) {
  .cards-grid { 
    grid-template-columns: repeat(1, 1fr);
    gap: 30px;
  }
  .site-footer__top {
      grid-template-columns: 1fr;
      text-align: center;
  }
  .footer-brand { 
    max-width: 100%;
  }
  .footer-nav { 
    gap: 0;
    max-width: 100%;
  }
  .footer-nav .footer-nav__col { 
    gap: 20px;
    width: 100%;
    justify-content: center;
    align-items: center;
    margin-top: 20px;
  }
  .footer-nav .footer-nav__col:nth-last-child(1) .footer-link {
    min-width: 134px; 
  } 
  .site-footer__top { 
    padding-bottom: 42px; 
  } 
  .trust-logos__item { 
    width: 100%;
  }
  .cta-cards { 
    grid-template-columns: repeat(1, 1fr); 
  }
  .contact-hero {
    padding: 130px 0px 50px; 
  }
  .contact-section {
    padding: 50px 0 50px;
  }
  .contact-section .contact__grid { 
    gap: 30px; 
    padding-bottom: 50px;
  }
  .about-block__card { 
    flex-wrap: wrap;
    column-gap: 0px;
    row-gap: 40px;
    padding: 40px 0px 0px;
  }
  .about-block__card-media {
    flex: 0 0 100%;
    max-width: 100%; 
  }
  .about-block__card-body__inner {
    max-width: 100%;
    width: 100%;
    padding: 0px;
  }
  .about-block__card-2 .about-block__card-body__inner {
    max-width: 100%;
  }
  .about-voice-section,
  .about-team-section {
    padding: 50px 0px 50px 0px;
  }
  .about-team-section h5 { 
    margin: 0px auto 24px;
  }
  .about-team-section .team__member { 
    padding: 16px 0px;
  }
  .tp-card {
    column-gap: 0px;
    max-width: calc(100% - 0px);
  }
  .tp-pillar-grid { 
    grid-template-columns: repeat(1, 1fr);
    column-gap: 0px;
    row-gap: 30px;
  }
}

@media (max-width: 767px) {
    .section,
    .content-block,
    .results-section,
    .cards-section,
    .trust-section,
    .howitworks-section,
    .cta-section,
    .site-footer {
      padding: 40px 0rem;
    }
    .site-footer__bottom {
      padding: 30px 0px 0px 0px; 
    }
    h1 {
      font-size: 40px;
      line-height: 48px; 
    } 
    h2 {
      font-size: 34px;  
      line-height: 46px; 
    }
    h3 {
      font-size: 28px;  
      line-height: 32px; 
    }
    h4 {
      font-size: 21px;  
      line-height: 29px;  
    }
    h5 {
      font-size: 19px;  
      line-height: 27px; 
    }  
    .contact-section .contact__grid { 
      grid-template-columns: auto;
      column-gap: 0px;
      row-gap: 40px; 
    }
    .contact__form-wrap { 
      padding: 24px; 
    }
    .about-team-section .team__grid > * {
      width: calc(50% - 16px);
    }
    .about-team-section .team__member { 
      padding: 8px 0px;
    }
    .section-tb-128 {
      padding-block:50px;
    }
    .tp-hero .tp-hero-copy {
      padding: 50px 0px 0px; 
    }
}
  

@media (max-width: 499px) {
  .about-team-section .team__grid > * {
    width: calc(100% - 0px);
  }
  .about-team-section .team__grid { 
    gap: 24px 0px; 
  }
}
