/**
@font-face {
  font-family: avenirNextRegular;
  src: url(../fonts/avenir-next-lt-pro-regular.otf);
}
**/

@font-face {
    font-family: "Lovelace Trial Regular";
    src: url("../fonts/lovelace-trial-regular.ttf") format("truetype");
    font-weight: normal; /* Adjust if necessary */
    font-style: normal; /* Adjust if necessary */
}

@font-face {
    font-family: "Bw Modelica";
    src: url("../fonts/BwModelica-Regular.otf") format("truetype");
    font-weight: normal;
    font-style: normal;
}

@property --themeGold1 {
    syntax: "<color>";
    initial-value: #fde074;
    inherits: false;
}

@property --themeGold2 {
    syntax: "<color>";
    initial-value: #c8b354;
    inherits: false;
}

*, ::before, ::after {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

::backdrop {
    --tw-border-spacing-x: 0;
    --tw-border-spacing-y: 0;
    --tw-translate-x: 0;
    --tw-translate-y: 0;
    --tw-rotate: 0;
    --tw-skew-x: 0;
    --tw-skew-y: 0;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    --tw-pan-x:  ;
    --tw-pan-y:  ;
    --tw-pinch-zoom:  ;
    --tw-scroll-snap-strictness: proximity;
    --tw-gradient-from-position:  ;
    --tw-gradient-via-position:  ;
    --tw-gradient-to-position:  ;
    --tw-ordinal:  ;
    --tw-slashed-zero:  ;
    --tw-numeric-figure:  ;
    --tw-numeric-spacing:  ;
    --tw-numeric-fraction:  ;
    --tw-ring-inset:  ;
    --tw-ring-offset-width: 0px;
    --tw-ring-offset-color: #fff;
    --tw-ring-color: rgb(59 130 246 / 0.5);
    --tw-ring-offset-shadow: 0 0 #0000;
    --tw-ring-shadow: 0 0 #0000;
    --tw-shadow: 0 0 #0000;
    --tw-shadow-colored: 0 0 #0000;
    --tw-blur:  ;
    --tw-brightness:  ;
    --tw-contrast:  ;
    --tw-grayscale:  ;
    --tw-hue-rotate:  ;
    --tw-invert:  ;
    --tw-saturate:  ;
    --tw-sepia:  ;
    --tw-drop-shadow:  ;
    --tw-backdrop-blur:  ;
    --tw-backdrop-brightness:  ;
    --tw-backdrop-contrast:  ;
    --tw-backdrop-grayscale:  ;
    --tw-backdrop-hue-rotate:  ;
    --tw-backdrop-invert:  ;
    --tw-backdrop-opacity:  ;
    --tw-backdrop-saturate:  ;
    --tw-backdrop-sepia:  ;
    --tw-contain-size:  ;
    --tw-contain-layout:  ;
    --tw-contain-paint:  ;
    --tw-contain-style:  ;
}

/*! tailwindcss v3.4.15 | MIT License | https://tailwindcss.com*/

/*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
5. Use the user's configured `sans` font-feature-settings by default.
6. Use the user's configured `sans` font-variation-settings by default.
7. Disable tap highlights on iOS
*/

html,
:host {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  -o-tab-size: 4;
     tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
  font-feature-settings: normal; /* 5 */
  font-variation-settings: normal; /* 6 */
  -webkit-tap-highlight-color: transparent; /* 7 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

a {
  color: inherit;
  text-decoration: inherit;
}

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font-family by default.
2. Use the user's configured `mono` font-feature-settings by default.
3. Use the user's configured `mono` font-variation-settings by default.
4. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-feature-settings: normal; /* 2 */
  font-variation-settings: normal; /* 3 */
  font-size: 1em; /* 4 */
}

/*
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;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-feature-settings: inherit; /* 1 */
  font-variation-settings: inherit; /* 1 */
  font-size: 100%; /* 1 */
  font-weight: inherit; /* 1 */
  line-height: inherit; /* 1 */
  letter-spacing: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
input:where([type='button']),
input:where([type='reset']),
input:where([type='submit']) {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-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; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-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; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

ol,
ul,
menu {
  list-style: none;
  margin: 0;
  padding: 0;
}

/*
Reset default styling for dialogs.
*/

dialog {
  padding: 0;
}

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::-moz-placeholder, textarea::-moz-placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/

:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/* Make elements with the HTML hidden attribute stay hidden by default */

[hidden]:where(:not([hidden="until-found"])) {
  display: none;
}

.container {
    width: 100%;
}

@media (min-width: 500px) {

    .container {
        max-width: 500px;
    }
}

@media (min-width: 640px) {

    .container {
        max-width: 640px;
    }
}

@media (min-width: 768px) {

    .container {
        max-width: 768px;
    }
}

@media (min-width: 1024px) {

    .container {
        max-width: 1024px;
    }
}

@media (min-width: 1280px) {

    .container {
        max-width: 1280px;
    }
}

@media (min-width: 1536px) {

    .container {
        max-width: 1536px;
    }
}

h1,
    h2 {
        line-height: 1.1 !important;
    }

p {
        font-size: 0.875rem;
        line-height: 1.5;
    }

@media (min-width: 1024px) {
        p {
            font-size: 1rem;
            line-height: 1.5;
        }
    }

html {
        overflow: scroll;
        overflow-x: hidden;
    }

body {
        overflow: hidden;
    }

nav {
        transition: 0.5s;
        position: fixed;
        top: 0px;
        left: 0px;
        z-index: 50;
        width: 100%;
        --tw-bg-opacity: 0.7;
    }

/* Default navbar state */

.nav-wrap {
        height: -moz-fit-content;
        height: fit-content;
        width: 100%;
        z-index: 1000;
        top: 0;
        left: 0;
        background-color: transparent;
        transition:
            background-color 0.8s ease,
            box-shadow 0.4s ease;
    }

.nav-wrap.scrolled {
        background-color: rgb(12, 35, 47);
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

.nav-wrap.scrolled-2 {
        background-color: #431414;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    }

.nav-container {
        margin-left: auto;
        margin-right: auto;
        max-width: 90rem;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding-left: 1rem;
        padding-right: 1rem;
    }

@media (min-width: 768px) {

    .nav-container {
        padding-left: 1rem;
        padding-right: 2rem;
    }
}

@media (min-width: 1024px) {

    .nav-container {
        padding-left: 0px;
        padding-right: 0px;
    }
}

/* Scrolled navbar state */

.nav-wrap.scrolled {
        background-color: #0c232f;
        box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    }

.nav-links {
        list-style: none; /* Removes default bullets */
        display: flex;
        visibility: hidden;
        opacity: 0;
        margin: 0;
        padding: 0;
        gap: 80px; /* Spacing between links */
        position: absolute;
        right: 0;
    }

.nav-links.show {
        position: relative;
        visibility: visible;
        opacity: 1;
        transition: opacity 0.3s ease;
    }

@media (max-width: 1350px) {
        .nav-links {
            gap: 20px;
        }
    }

.nav-links .link {
        color: #fff;
        text-align: center;
        font-family: "Lovelace Trial";
        font-size: 23px;
        font-style: normal;
        font-weight: 500;
        line-height: 33px; /* 143.478% */
        letter-spacing: -1.15px;
        transition: color 0.3s ease;
        font-family: "Lovelace Trial Regular";
    }

@media (max-width: 1350px) {
        .nav-links .link {
            font-size: 20px;
        }
    }

.components-dropdown {
        position: relative;
    }

.components-dropdown-trigger {
        cursor: pointer;
        padding: 8px 16px 6px;
    }

.components-dropdown-trigger:hover {
        background: rgba(229, 229, 229, 0.2);
        -webkit-backdrop-filter: blur(5px);
                backdrop-filter: blur(5px);
        color: #fff !important;
    }

.components-dropdown-content {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        background: linear-gradient(
            289deg,
            rgba(67, 20, 20, 1) -32.26%,
            rgba(169, 50, 50, 1) 97.6%
        );
        padding: 8px 16px 6px;
        z-index: 10;
    }

.components-dropdown:hover .components-dropdown-content {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

.block {
        display: block;
    }

.components-dropdown-content a {
        color: #fff;
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: 33px; /* 165% */
        letter-spacing: -1px;
    }

.components-dropdown-content a:hover {
        color: #fff !important;
    }

.nav-links-mobile {
        list-style: none; /* Removes default bullets */
        display: flex;
        flex-direction: column;
        gap: 2rem; /* Adds spacing between the links */
        margin: 0;
        padding: 0;
    }

.nav-links .link:hover {
        color: #00bcd4; /* Change to hover color */
    }

.language {
        position: fixed;
        top: 2px;
        right: 10px;
        width: 70px;
        height: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        z-index: 1000;
    }

@media (max-width: 1024px) {
        .language {
            display: none;
        }
    }

.language-dropdown {
        position: relative;
        width: 62px;
    }

.language-dropdown-header {
        padding: 0 7px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.language-dropdown-header span {
        color: #fff;
        text-align: center;
        font-family: "Bw Modelica", sans-serif;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.5px;
    }

.language-dropdown-list {
        display: none;
        position: absolute;
        top: 100%;
        left: 0;
        width: 100%;
        margin-top: 4px;
        border-radius: 11px 11px 10px 10px;
        border: 0.5px solid rgba(255, 255, 255, 0.5);
        background: rgba(238, 238, 238, 0.15);
        -webkit-backdrop-filter: blur(0.5px);
                backdrop-filter: blur(0.5px);
        z-index: 10;
    }

.language-dropdown-list.show {
        display: block;
    }

.language-dropdown-item {
        padding: 7px;
        color: #fff;
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -0.5px;
    }

.language-dropdown-item:hover {
        background-color: rgba(255, 255, 255, 0.1);
    }

.language-dropdown-list {
        display: none;
    }

.language-dropdown-list.active {
        display: block;
    }

.language a {
        font-family: "Lovelace Trial Medium", sans-serif;
        font-size: 0.8rem; /* Adjust font size to fit */
        font-weight: bold;
        color: white;
        text-decoration: none;
        text-align: center;
    }

@media (min-width: 1024px) {
        nav .nav-wrap {
            padding-left: 2.5rem;
            padding-right: 2.5rem;
        }
    }

nav.fill {
        opacity: 1;
    }

.desktop-only {
        display: none;
    }

/* Mobile menu toggle button */

.mobile-menu-toggle {
        cursor: pointer;
        z-index: 1001;
        display: flex;
        flex-direction: column;
        gap: 0.375rem;
    }

/* Show desktop links on larger screens */

@media (min-width: 1024px) {
        .desktop-only {
            display: flex;
        }
        .mobile-menu-toggle {
            display: none;
        }
    }

/* Mobile menu hidden by default */

.mobile-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        color: white;
        display: none;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        z-index: 1000;
    }

.peninsula {
        background-color: rgba(12, 35, 47, 0.95);
    }

.agate {
        background-color: #563029ce;
    }

/* Show mobile menu when active */

.mobile-menu.active {
        display: flex;
    }

.mobile-menu a {
        font-size: 1.5rem;
        margin: 1rem 0;
        color: white;
        text-decoration: none;
    }

.mobile-menu a:hover {
        color: #00bcd4;
    }

.logo img {
        margin-left: -0.75rem;
        height: 70px;
        width: auto;
    }

@media (min-width: 768px) {

    .logo img {
        height: 90px;
    }
}

@media (min-width: 1024px) {

    .logo img {
        height: 100px;
    }
}

.section {
        padding: 4rem 2rem;
        text-align: center;
        min-height: 100vh;
    }

.bg-image {
        background-image: url("../images/peninsula-aerial-2.jpg?v=2");
        background-repeat: no-repeat;
        color: #fff;
        overflow: hidden;
        background-size: cover;
        background-position: center 20%;
        position: relative;
    }

@media (max-width: 525px) {
        .bg-image {
            background-image: url("../images/peninsula-mobile.jpg?v=2");
            overflow: hidden;
            background-size: cover;
            background-repeat: no-repeat;
            background-position: center 20%;
            position: relative;
        }
    }

.bg-image-2 {
        background-image: url("../images/agate.jpg");
        background-repeat: no-repeat;
        color: #fff;
        overflow: hidden;
        background-size: cover;
        position: relative;
    }

.gradient-mask {
        position: absolute; /* Changed from absolute to fixed */
        top: 0px;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: linear-gradient(360deg, #0b5478 0%, rgba(0, 0, 0, 0) 20%);
        pointer-events: none;
        z-index: 3; /* High z-index to ensure it's on top */
    }

.gradient-mask-2 {
        position: absolute; /* Changed from absolute to fixed */
        top: 0px;
        bottom: 0;
        right: 0;
        left: 0;
        width: 100%;
        height: 100vh;
        background: linear-gradient(360deg, #601514 0%, rgba(94, 77, 77, 0.136) 20%);
        pointer-events: none;
        z-index: 3; /* High z-index to ensure it's on top */
    }

.button {
        display: block;
        width: -moz-fit-content;
        width: fit-content;
        cursor: pointer;
        border-radius: 9999px;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        padding-left: 2rem;
        padding-right: 2rem;
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.headline {
        text-align: center;
        font-family: "Lovelace Trial";
        font-size: 50px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        background: linear-gradient(98deg, #fdd75e 46.27%, #978038 110.55%);
        -webkit-background-clip: text;
        background-clip: text;
        -webkit-text-fill-color: transparent;
    }

.highlight {
        background: linear-gradient(98deg, #fdd75e 46.27%, #978038 110.55%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-family: "BD Megalona DEMO Personal Use Only";
        font-size: 50px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
    }

.bold-description {
        color: #fff;
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 15px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
        display: inline-block;
    }

.description {
        color: #fff;
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5;
        letter-spacing: 1px;
    }

@media (max-width: 1024px) {
        .description {
            font-size: 11px;
            padding: 0 20px;
        }

        .bold-description {
            font-size: 11px;
        }

        .headline {
            font-size: 28px;
            padding: 0 20px;
        }

        .highlight {
            font-size: 28px;
        }
    }

.section-2-headline-wrapper {
        margin-left: auto;
        margin-right: auto;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 27px;
        max-width: 1298px;
        width: 100%;
        padding-bottom: 50px;
        padding-top: 50px;
    }

@media (min-width: 1024px) {

    .section-2-headline-wrapper {
        padding-top: 64px;
    }
}

@media (min-width: 1536px) {

    .section-2-headline-wrapper {
        padding-bottom: 70px;
    }
}

.section-2-bg {
        padding-bottom: 120px;
        position: relative; /* Needed for stacking context */
        background: conic-gradient(
            from 180deg at 50% 50%,
            #061325 100deg,
            #0b5478 150deg,
            #0b5478 180deg,
            #061325 360deg
        );
        z-index: 1; /* Ensures this section stays below the gradient mask */
    }

@media (max-width: 1024px) {
        .section-2-bg {
            padding-bottom: 64px;
        }
    }

.section-3-bg {
        position: relative; /* Needed for stacking context */
        min-height: 100vh;
        background: rgba(12, 35, 47, 1);
        z-index: 1; /* Ensures this section stays below the gradient mask */
    }

.top-section-wrapper {
        position: relative;
    }

#image-carousel {
        overflow: visible;
        position: relative;
    }

/* on mobile image carousel add margin bottom */

@media (max-width: 1024px) {
        #image-carousel {
            margin-bottom: 50px;
        }
    }

/* Style the slides */

#image-carousel .splide__slide {
        display: flex;
        justify-content: center;
        align-items: center;
        transition: transform 0.3s ease;
    }

/* Central image emphasis */

#image-carousel .splide__slide.is-active img {
        transform: scale(1.1); /* Scale up the active image */
        z-index: 2;
    }

/* Adjust other images */

#image-carousel .splide__slide img {
        -o-object-fit: cover;
           object-fit: cover;
        transition:
            transform 0.2s ease,
            opacity 0.2s ease;
        height: 50vw;
        max-height: 500px;
        min-height: 280px;
        width: 100%;
    }

@media (min-width: 768px) {

    #image-carousel .splide__slide img {
        height: 30vw;
    }
}

@media (min-width: 1024px) {

    #image-carousel .splide__slide img {
        height: 20vw;
    }
}

/* Left and right images styling */

#image-carousel .splide__slide:not(.is-active) img {
        opacity: 0.8;
        transform: scale(0.9); /* Scale down non-active images */
    }

/* Overflow visibility for the Splide track */

#image-carousel .splide__track {
        overflow: visible;
    }

.splide .splide__pagination__page {
    height: 0.5rem;
    width: 0.5rem;
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(190 190 190 / var(--tw-bg-opacity, 1));
    opacity: 1;
}

.splide .splide__pagination__page.is-active {
    --tw-scale-x: 1;
    --tw-scale-y: 1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
    --tw-bg-opacity: 1;
    background-color: rgb(253 215 94 / var(--tw-bg-opacity, 1));
}

.splide .splide__pagination {
    bottom: -3.8rem;
    -moz-column-gap: 0.25rem;
         column-gap: 0.25rem;
}

@media (min-width: 768px) {

    .splide .splide__pagination {
        -moz-column-gap: 0.5rem;
             column-gap: 0.5rem;
    }
}

.splide .splide__arrow {
    bottom: -5.4rem;
    top: unset;
    background-color: transparent;
}

.splide .splide__arrow.splide__arrow--next {
    right: 43%;
}

.splide .splide__arrow.splide__arrow--prev {
    left: 43%;
}

@media (max-width: 1300px) {
                .splide .splide__arrow.splide__arrow--next {
        right: 41%;
    }

                .splide .splide__arrow.splide__arrow--prev {
        left: 41%;
    }
            }

@media (max-width: 950px) {

        .splide .splide__arrow {

                width: 30px;
                height: 30px
        }
                .splide .splide__arrow.splide__arrow--next {
        right: 39%;
    }

                .splide .splide__arrow.splide__arrow--prev {
        left: 39%;
    }
            }

@media (max-width: 768px) {

        .splide .splide__arrow {

                width: 30px;
                height: 30px
        }
                .splide .splide__arrow.splide__arrow--next {
        right: 39%;
    }

                .splide .splide__arrow.splide__arrow--prev {
        left: 39%;
    }
            }

@media (max-width: 680px) {

        .splide .splide__arrow {
        bottom: -4.6rem;

                width: 20px;
                height: 20px;
    }

                .splide .splide__arrow.splide__arrow--next {
        right: 30%;
    }

                .splide .splide__arrow.splide__arrow--prev {
        left: 30%;
    }
            }

#second-image-carousel {
        margin-left: 40px;
        margin-right: 40px;
    }

@media (max-width: 1024px) {
        #second-image-carousel {
            margin-left: 20px;
            margin-right: 20px;
        }
    }

#second-image-carousel .slide-content {
        position: relative;
        text-align: left;
        overflow: hidden;
        height: 100%;
        max-height: 600px;
    }

@media (min-width: 768px) {

    #second-image-carousel .slide-content {
        max-height: none;
    }
}

#second-image-carousel .text-overlay {
        display: flex;
        flex-direction: column;
        align-items: start; /* Align vertically */
        justify-content: space-between; /* Spread items horizontally */
        gap: 10px; /* Add spacing between elements */
        position: absolute;
        bottom: 20px; /* Place the container at the bottom of the slide */
        left: 20px;
        right: 20px; /* Ensure the button stays inside the slide */
        color: white;
        z-index: 2;
    }

#second-image-carousel .text-overlay h3 {
        color: #fff;
        font-family: "Lovelace Trial";
        font-size: 32px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }

#second-image-carousel .text-container {
        display: flex;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
        width: 100%;
    }

#second-image-carousel .text-overlay p {
        color: #fff;
        font-family: "Bw Modelica";
        font-size: 12px;
        font-style: italic;
        font-weight: 500;
        line-height: normal;
    }

#second-image-carousel .learn-more {
        margin-left: auto; /* Push the link to the right */
        text-decoration: none;
        color: #fff;
        font-family: "Bw Modelica";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        transition: all 0.3s ease;
    }

#second-image-carousel .learn-more:hover {
        color: #00bcd4;
    }

#second-image-carousel .splide__slide img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

#second-image-carousel .splide__list {
        padding-left: 103px; /* Add padding to the first slide */
        overflow: visible; /* Allow overflow to show part of the fourth slide */
    }

.section-3-bg #second-image-carousel .splide__track {
    overflow: visible;
}

#second-image-carousel .splide__pagination {
    bottom: -2.5rem;
}

#second-image-carousel .splide__arrow {
    bottom: -4.1rem;
    top: unset;
    background-color: transparent;
}

#second-image-carousel .splide__arrow.splide__arrow--next {
    right: 40%;
}

#second-image-carousel .splide__arrow.splide__arrow--prev {
    left: 40%;
}

@media (max-width: 1420px) {
                #second-image-carousel .splide__arrow.splide__arrow--next {
        right: 39%;
    }

                #second-image-carousel .splide__arrow.splide__arrow--prev {
        left: 39%;
    }
            }

@media (max-width: 1024px) {

        #second-image-carousel .splide__arrow {

                width: 30px;
                height: 30px
        }
                #second-image-carousel .splide__arrow.splide__arrow--next {
        right: 40%;
    }

                #second-image-carousel .splide__arrow.splide__arrow--prev {
        left: 40%;
    }
            }

@media (max-width: 768px) {

        #second-image-carousel .splide__arrow {

                width: 30px;
                height: 30px
        }
                #second-image-carousel .splide__arrow.splide__arrow--next {
        right: 39%;
    }

                #second-image-carousel .splide__arrow.splide__arrow--prev {
        left: 39%;
    }
            }

@media (max-width: 680px) {

        #second-image-carousel .splide__arrow {

                width: 20px;
                height: 20px
        }
                #second-image-carousel .splide__arrow.splide__arrow {
        bottom: -3.3rem;
    }

                #second-image-carousel .splide__arrow.splide__arrow--next {
        right: 30%;
    }

                #second-image-carousel .splide__arrow.splide__arrow--prev {
        left: 30%;
    }
            }

.city-within-city-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-bottom: 80px;
        margin-top: 4rem;
        -moz-column-gap: 3rem;
             column-gap: 3rem;
    }

@media (min-width: 1024px) {

    .city-within-city-container {
        margin-top: 5rem;
    }
}

@media (min-width: 1280px) {

    .city-within-city-container {
        -moz-column-gap: 5rem;
             column-gap: 5rem;
    }
}

.site-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 24px;
    }

/* mobile */

@media (max-width: 1024px) {
        .city-within-city-container {
            flex-direction: column-reverse;
            gap: 40px;
            padding-bottom: 20px;
        }

        .site-container {
            flex-direction: column-reverse;
            gap: 40px;
        }
    }

.image-container {
        width: 55%;
    }

@media (max-width: 1024px) {
        /* full width */
        .image-container {
            width: 100%;
            padding-bottom: 20px;
        }
    }

.image-container-park {
        width: 55%;
    }

@media (max-width: 1024px) {
        .image-container-park {
            width: 100%;
            padding: 0;
            margin: 0;
            box-sizing: border-box;
        }

        .image {
            aspect-ratio: unset !important; /* Force removal of aspect ratio */
            height: auto; /* Adjust height dynamically */
            padding-top: 40px;
        }

        .image-peninsula {
            padding-top: unset;
            margin-bottom: 30px;
        }
    }

.image {
        width: 100%;
        aspect-ratio: 4/3;
        -o-object-fit: cover;
           object-fit: cover;
    }

.image-unit {
        width: 100%;
        aspect-ratio: 4/3;
        -o-object-fit: cover;
           object-fit: cover;
    }

.headline-container {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 40px;
    }

@media (max-width: 1024px) {
        /* full width */
        .headline-container {
            width: 100%;
            padding-bottom: 25px;
        }
    }

.content-container {
        width: 45%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

@media (max-width: 1024px) {
        /* full width */
        .content-container {
            width: 100%;
        }
    }

.s3-desc-container {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

@media (max-width: 1024px) {
        .s3-desc-container {
            max-width: 100%;
            padding: 0 20px;
        }
    }

.virtual-tour-button {
        width: 231px;
        height: 51px;
        flex-shrink: 0;
        margin-top: 115px;
        display: flex;
        border-radius: 39px;
        background: linear-gradient(258deg, #fdd75e 27.54%, #978038 108.95%);
        background-blend-mode: overlay, normal;
        align-items: center;
        gap: 9.5px;
        justify-content: center;
    }

@media (max-width: 1024px) {
        .virtual-tour-button {
            margin-top: 20px;
        }
    }

.virtual-tour-button:hover {
        background-color: #c9911a;
    }

.virtual-tour-button-text {
        color: #6c5200;
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -1px;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

@media (min-width: 768px) {

    .virtual-tour-button-text {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {

    .virtual-tour-button-text {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.section-4-bg {
        padding-top: 80px;
        padding-bottom: 85px;
        position: relative; /* Needed for stacking context */
        background: linear-gradient(119deg, #0b5478 4.93%, #08253c 74.94%);
        background-blend-mode: multiply, normal;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        z-index: 1; /* Ensures this section stays below the gradient mask */
    }

@media (max-width: 1024px) {
        .section-4-bg {
            padding-top: 50px;
            padding-bottom: 50px;
        }
    }

.meet-the-central-park-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        padding-bottom: 75px;
    }

/* on mobile become column */

@media (max-width: 1024px) {
        .meet-the-central-park-container {
            flex-direction: column;
            padding-bottom: 40px;
        }
    }

.s4-desc-container {
        max-width: 80%;
        margin-left: auto;
        margin-right: auto;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

@media (max-width: 1024px) {
        .s4-desc-container {
            max-width: 100%;
        }

        .agate-desc-container {
            max-width: 100% !important;
        }
    }

.award-winning-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        width: 100%;
        gap: 48px;
    }

@media (max-width: 1024px) {
        .award-winning-container {
            gap: 20px;
        }
    }

.partners-container {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        flex-direction: row;
        width: 100%;
        gap: 25px;
        margin-left: auto;
        margin-right: auto;
    }

@media (max-width: 700px) {
        .partners-container {
            justify-content: center;
        }

        .partners-container > * {
            transform: scale(0.9); /* Scale cards to 90% of their original size */
            transform-origin: center; /* Scale relative to the center */
        }

        .partners-container > *:nth-child(4),
        .partners-container > *:nth-child(5) {
            flex: 0 0 auto; /* Allow natural dimensions to be maintained */
            transform: scale(0.9); /* Keep consistent scale */
        }
    }

@media (max-width: 458px) {
        .partners-container {
            grid-template-columns: repeat(3, 1fr); /* 3 columns on top */
            gap: 2px; /* Smaller gap for compact layout */
            justify-items: center;
        }

        /* Scale cards further down for very small screens */
        .partners-container > * {
            transform: scale(0.9); /* Reduce size to 80% */
            transform-origin: center;
        }

        /* Explicitly center 4th and 5th cards */
        .partners-container > *:nth-child(4) {
            grid-column: 2; /* Center the 4th card */
            transform: scale(0.9);
        }

        .partners-container > *:nth-child(5) {
            grid-column: 3; /* Place the 5th card in the last column */
            transform: scale(0.9);
        }
    }

@media (max-width: 443px) {
        .partners-container {
            display: grid;
            grid-template-columns: repeat(2, 1fr); /* Two equal columns */
            justify-items: center; /* Center cards horizontally */
        }

        .partners-container > * {
            width: 120px; /* Fixed card width */
            height: 140px; /* Fixed card height */
            box-sizing: border-box; /* Consistent sizing */
            margin: 0; /* Remove unnecessary margins */
            transform: scale(0.7);
        }
        /* Move Card 1 (Top Left) to the right */
        .partners-container > *:nth-child(1) {
            transform: scale(0.7) translateX(30px);
        }

        /* Move Card 2 (Top Right) to the left */
        .partners-container > *:nth-child(2) {
            transform: scale(0.7) translateX(-30px);
        }

        /* Move Card 3 (Middle Left) to the right */
        .partners-container > *:nth-child(3) {
            transform: scale(0.7) translateX(30px);
        }

        /* Move Card 4 (Middle Right) to the left */
        .partners-container > *:nth-child(4) {
            transform: scale(0.7) translateX(-30px);
        }

        /* Center the 5th card */
        .partners-container > *:nth-child(5) {
            grid-column: 1 / span 2; /* Span across both columns */
            justify-self: center; /* Center horizontally */
            transform: scale(0.7) translateY(-30px); /* Slight upward nudge */
        }
    }

.fade-in-section {
        opacity: 0;
        transform: translateY(20px);
        transition:
            opacity 0.6s ease-out,
            transform 0.6s ease-out;
        will-change: opacity, transform;
    }

/* Triggered when section is in view */

.fade-in-section.is-visible {
        opacity: 1;
        transform: translateY(0);
    }

.partner-card {
        width: 216.8px;
        height: 195.2px;
        flex-shrink: 0;
        border-radius: 40px;
        background: rgba(217, 217, 217, 0.2);
        box-shadow: 0px 4px 15px 0px rgba(0, 0, 0, 0.25);
        -webkit-backdrop-filter: blur(2.5px);
                backdrop-filter: blur(2.5px);
        display: flex;
        flex-direction: column;
    }

.partner-card-image {
        flex-grow: 1;
        display: flex;
        align-items: center;
        justify-content: center;
        overflow: hidden;
        padding-left: 10px;
        padding-right: 10px;
    }

.partner-card-text-container {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 11px;
        padding-bottom: 17px;
    }

.partner-card-title {
        color: #fff;
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
    }

@media (max-width: 1024px) {
        .partner-card-title {
            font-size: 12px;
        }
    }

.partner-card-subtitle {
        color: #fdd75e;
        font-family: "Bw Modelica";
        font-size: 12px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        text-align: center;
        letter-spacing: 1px;
    }

@media (max-width: 1024px) {
        .partner-card-subtitle {
            font-size: 12px;
        }
    }

.partner2-img {
        max-width: 179px;
        max-height: 111px;
    }

.partner1-img {
        max-width: 179px;
        max-height: 111px;
        transform: scale(0.8);
        transform-origin: center;
    }

.partner-card-icon {
        width: 14px;
        height: 14px;
    }

.section-4-headline-wrapper {
        max-width: 550px;
        margin-left: auto;
        margin-right: auto;
    }

.website-container {
        display: flex;
        flex-direction: row;
        gap: 4px;
        align-items: center;
        justify-content: center;
    }

.website-link {
        color: #fff;
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 10px;
        font-weight: 300;
        line-height: normal;
    }

.footer {
        background: url("../images/footer-bg.png") no-repeat center center/cover;
        padding-top: 70px;
        padding-bottom: 1.5rem;
    }

@media (min-width: 1024px) {

    .footer {
        padding-bottom: 2rem;
    }
}

.agate-footer {
        background: url("../images/agate-footer-bg.png") no-repeat center center/cover;
        padding-top: 70px;
        padding-bottom: 1.5rem;
    }

@media (min-width: 1024px) {

    .agate-footer {
        padding-bottom: 2rem;
    }
}

.footer-container {
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        gap: 80px;
        max-width: -moz-fit-content;
        max-width: fit-content;
        margin-left: auto;
        margin-right: auto;
    }

@media (max-width: 1024px) {
        .footer-container {
            flex-direction: column;
            justify-content: start;
            padding-left: 20px;
            padding-right: 20px;
            gap: 28px;
        }
        .youtube-icon {
            position: relative;
            top: -5px;
        }

        .wechat-icon {
            position: relative;
            top: -4px;
        }
    }

.coming-soon-img {
        filter: blur(5px) brightness(70%);
    }

.agate-introduction #image-carousel .splide__arrow.splide__arrow--next {
    right: 15%;
}

@media (min-width: 500px) {

    .agate-introduction #image-carousel .splide__arrow.splide__arrow--next {
        right: 20%;
    }
}

@media (min-width: 768px) {

    .agate-introduction #image-carousel .splide__arrow.splide__arrow--next {
        right: 30%;
    }
}

@media (min-width: 1536px) {

    .agate-introduction #image-carousel .splide__arrow.splide__arrow--next {
        right: 38%;
    }
}

.agate-introduction #image-carousel .splide__arrow.splide__arrow--prev {
    left: 15%;
}

@media (min-width: 500px) {

    .agate-introduction #image-carousel .splide__arrow.splide__arrow--prev {
        left: 20%;
    }
}

@media (min-width: 768px) {

    .agate-introduction #image-carousel .splide__arrow.splide__arrow--prev {
        left: 30%;
    }
}

@media (min-width: 1536px) {

    .agate-introduction #image-carousel .splide__arrow.splide__arrow--prev {
        left: 38%;
    }
}

@media (max-width: 950px) {
            .agate-introduction #image-carousel .splide__arrow {
                    width: 30px;
                    height: 30px
            }
                }

@media (max-width: 680px) {
            .agate-introduction #image-carousel .splide__arrow {
        bottom: -4.6rem;
                    width: 20px;
                    height: 20px;
    }
                }

.footer-column {
        display: flex;
        flex-direction: column;
        width: -moz-fit-content;
        width: fit-content;
    }

@media (max-width: 1024px) {
        .footer-container {
            margin-left: auto;
            margin-right: auto;
        }
    }

.footer-logo {
        margin-bottom: 27px;
        width: 100%;
        max-width: 200px;
    }

@media (min-width: 768px) {

    .footer-logo {
        max-width: 220px;
    }
}

@media (min-width: 1024px) {

    .footer-logo {
        max-width: 260px;
    }
}

.footer-socials {
        display: flex;
        gap: 13px;
        align-items: center;
        justify-content: center;
    }

@media (max-width: 1024px) {
        .footer-socials {
            align-items: start;
            justify-content: start;
        }
    }

.footer-column h3 {
        margin-bottom: 10px;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

@media (min-width: 1024px) {

    .footer-column h3 {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

.footer-contact-container {
        display: flex;
        align-items: center;
        justify-content: start;
        flex-wrap: wrap;
        -moz-column-gap: 1.75rem;
             column-gap: 1.75rem;
        row-gap: 0.5rem;
    }

.contact-container a {
        color: #ffffff;
        text-decoration: none;
    }

.contact-container {
        display: flex;
        gap: 14px;
        align-items: center;
        justify-content: center;
    }

.footer-column p {
        margin: 5px 0;
    }

.operation-contact-container {
        display: flex;
        flex-direction: column;
        gap: 1.25rem;
    }

@media (min-width: 1024px) {

    .operation-contact-container {
        gap: 1.75rem;
    }
}

.operation-hours-container {
        display: flex;
        flex-direction: column;
    }

.time {
        color: #fff;
        font-family: "Bw Modelica";
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.operation-hours {
        color: #fff;
        font-family: "Bw Modelica";
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.sales-gallery {
        color: #fff;
        font-family: "Bw Modelica";
        font-size: 13px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
    }

.sales-gallery-container {
        display: flex;
        flex-direction: column;
        align-items: start;
        justify-content: start;
    }

.locate-us {
        display: flex;
        gap: 7px;
        border-radius: 20px;
        border: 0.5px solid #fff;
        color: #fff;
        align-items: center;
        justify-content: center;
        margin-top: 2rem;
        padding-left: 1rem;
        padding-right: 1rem;
        padding-top: 0.25rem;
        padding-bottom: 0.25rem;
    }

.locate-us-text {
        font-family: "Bw Modelica";
        font-size: 10px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

.address {
        color: #fff;
        font-family: "Bw Modelica";
        font-size: 12px;
        font-style: normal;
        font-weight: 300;
        line-height: normal;
    }

/* Loading screen styles */

#loading-screen {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/loading-bg.png");
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 9999;
        opacity: 1;
        transition: opacity 7s ease-in-out;
    }

#loading-screen.fade-out {
        opacity: 0;
        pointer-events: none;
    }

.main-logo-video {
        position: absolute; /* Allows precise placement */
        top: 50%; /* Center vertically */
        left: 50%; /* Center horizontally */
        transform: translate(-50%, -50%); /* Adjust based on its own dimensions */
        max-width: 50%; /* Ensure responsiveness */
        max-height: 50%; /* Prevent overflowing the screen */
        transition: opacity 1s ease-in-out;
    }

/* Top section */

.top-section {
        height: -moz-fit-content;
        height: fit-content;
        max-width: 90rem;
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        position: relative; /* Allows finer control for child elements */
    }

@media (max-width: 1515px) {
        /* Adjust the max-width for your desired breakpoint */
        .top-section {
            display: none; /* Hides the top-section on smaller screens */
        }
    }

.small-logo {
        width: auto;
        height: 100px;
    }

@media (max-width: 1024px) {
        .small-logo {
            position: absolute;
            top: 1px;
            left: 6px;
            height: 90px;
            opacity: 0;
        }
    }

.contact-link {
        font-family: "Lovelace Trial Regular", sans-serif; /* Apply custom font */
        font-size: 1.2rem; /* Adjust font size */
        color: white;
        text-decoration: none;
        font-weight: normal;
        transition: color 0.3s ease;
        margin-right: 1px;
    }

@media (max-width: 1024px) {
        .contact-link {
            display: none; /* Hides the contact link */
        }
    }

.contact-link:hover {
        color: #00bcd4; /* Change to hover color */
    }

/* Main logo */

.main-logo-container {
        margin-top: auto;
        margin-bottom: auto;
    }

/* Main content (initially hidden) */

#main-content {
        display: block;
        opacity: 0;
        transition: opacity 1s ease-in-out;
    }

#main-content.fade-in {
        display: block;
        opacity: 1;
    }

.agate-section-2-bg {
        position: relative; /* Needed for stacking context */
        background: linear-gradient(223deg, #701614 0.96%, #431414 103.87%);
        z-index: 1; /* Ensures this section stays below the gradient mask */ padding-bottom: 4rem;
    }

@media (min-width: 1024px) {

    .agate-section-2-bg {
        padding-bottom: 140px;
    }
}

.contact-us-section {
        width: 100%;
        background: #d8d8d8;
        display: flex;
        justify-content: center;
        align-items: center;
        min-height: 80vh;
    }

@media (max-width: 1024px) {
        .contact-us-section {
            min-height: 70vh;
            align-items: center;
        }
    }

.form-container {
        flex-direction: column;
        display: flex;
        gap: 3.5rem;
    }

@media (max-width: 1024px) {
        .form-container {
            gap: 28px;
        }
    }

/* mobile */

@media (max-width: 1024px) {
        .form-container {
            margin-top: 20px;
            padding-left: 20px;
            padding-right: 20px;
        }
    }

.form-container h1 {
        color: #aa2421;
        text-align: center;
        font-family: "Lovelace Trial";
        font-size: 40px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

@media (min-width: 1024px) {

    .form-container h1 {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

.form-container form {
        display: flex;
        flex-direction: column;
        gap: 17px;
        align-items: center;
        justify-content: center;
    }

.form-container input[type="text"],
    .form-container input[type="email"],
    .form-container input[type="tel"] {
        border-radius: 100px;
        border: 1px solid #aa2421;
        background: #f8f8f8;
        width: 100%;
        max-width: 725px;
        min-height: 76px;
        padding: 18px 42px 18px 42px;
        padding-left: 1.25rem;
        padding-right: 1.25rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

@media (min-width: 1024px) {

    .form-container input[type="text"],
    .form-container input[type="email"],
    .form-container input[type="tel"] {
        padding-left: 1.75rem;
        padding-right: 1.75rem;
        padding-top: 0.875rem;
        padding-bottom: 0.875rem;
    }
}

@media (max-width: 1024px) {
        .form-container input[type="text"],
        .form-container input[type="email"],
        .form-container input[type="tel"] {
            min-height: 50px;
        }
    }

.layout-image {
        max-width: 1536px; /* Set the maximum width */
        width: 100%; /* Ensure responsiveness */
        height: auto; /* Maintain aspect ratio (optional, can be removed if you want to ignore the aspect ratio) */
        display: block; /* Ensures margin auto works for centering */
        margin: auto; /* Centers the image horizontally */
        -o-object-fit: contain;
           object-fit: contain; /* Ensures the image fits within its container (useful if height is set explicitly) */
    }

@media (max-width: 550px) {
        .layout-image {
            -o-object-fit: unset;
               object-fit: unset;
            aspect-ratio: unset;
            max-height: 330px;
            width: auto;
        }
    }

.image-container-park .image {
        max-width: 1536px; /* Limit the image width */
        width: 100%; /* Responsive width */
        height: auto; /* Maintain natural aspect ratio */
        display: block; /* Center the image with margin auto */
        margin: auto; /* Horizontally center the image */
        -o-object-fit: contain;
           object-fit: contain; /* Optional: Keeps the entire image content visible */
    }

/* Hide the default checkbox */

.contact-checkbox {
        display: none;
    }

/* Custom checkbox design */

.custom-checkbox {
        display: inline-block;
        border-radius: 30px;
        border: 1px solid #701614;
        background: #fff;
        margin-right: 12px;
        width: 18px;
        height: 18px;
        position: relative;
        cursor: pointer;
    }

/* Add the checkmark when checked */

.contact-checkbox:checked + .custom-checkbox::after {
        content: "";
        position: absolute;
        top: 50%;
        left: 50%;
        width: 10px;
        height: 10px;
        background: #701614;
        transform: translate(-50%, -50%);
        border-radius: 30px; /* For circular inner checkmark */
    }

.terms {
        margin-top: 17px;
        margin-bottom: 50px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        gap: 0.2rem;
    }

@media (max-width: 1024px) {
        .terms {
            margin-top: 10px;
            margin-bottom: 20px;
        }
    }

/* mobile */

@media (max-width: 1024px) {
        .terms {
            margin-bottom: 20px;
        }
    }

.form-container .terms a {
        color: #800000;
        text-decoration: none;
    }

.form-container button {
        border-radius: 39px;
        background: #701614;
        color: #fff;
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: -1px;
        width: 150px;
        height: 47px;
    }

@media (max-width: 1024px) {
        .form-container button {
            font-size: 16px;
        }
    }

.form-container button:hover {
        background-color: #b30000;
    }

.agate-desc-container {
        max-width: 60%;
        margin-left: auto;
        margin-right: auto;
    }

.agate-dark-red-bg {
        padding-top: 80px;
        padding-bottom: 100px;
        position: relative; /* Needed for stacking context */
        background: #421414;
        background-blend-mode: multiply, normal;
        box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
        z-index: 1; /* Ensures this section stays below the gradient mask */
    }

@media (max-width: 1024px) {
        .agate-dark-red-bg {
            padding-top: 40px;
            padding-bottom: 80px;
        }
    }

.headline-facilities-container {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 1rem;
    }

@media (min-width: 1024px) {

    .headline-facilities-container {
        padding-bottom: 1.25rem;
    }
}

.facilities-outer-container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        gap: 12px;
    }

@media (max-width: 1024px) {
        /* full width */
        .facilities-outer-container {
            width: 100%;
            flex-direction: column-reverse;
        }
    }

.facilities-image-container {
        width: 55%;
    }

@media (max-width: 1024px) {
        /* full width */
        .facilities-image-container {
            width: 100%;
            margin-top: 20px;
        }
    }

.facilities-big-container {
        width: 45%;
        display: flex;
        flex-direction: column;
        align-items: center;
        max-width: 520px;
        margin-left: auto;
        margin-right: auto;
    }

@media (max-width: 1024px) {
        /* full width */
        .facilities-big-container {
            width: 100%;
        }
    }

.facilities-container {
        display: flex;
        align-items: center;
        justify-content: center;
        min-width: 100%;
        gap: 16px;
        padding-bottom: 1rem;
    }

@media (min-width: 1024px) {

    .facilities-container {
        padding-bottom: 1.25rem;
    }
}

@media (max-width: 1024px) {
        /* full width */
        .facilities-container {
            padding-left: 20px;
            padding-right: 20px;
        }
    }

.facilities-title {
        color: #fdd75e;
        text-align: center;
        font-family: "BD Megalona DEMO Personal Use Only";
        font-size: 28px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
        letter-spacing: -1.4px;
        white-space: nowrap;
    }

.faclities-list-container {
        display: flex;
        flex-direction: row;
        gap: 56px;
        align-items: center;
    }

@media (max-width: 1024px) {
        /* full width */
        .faclities-list-container {
            padding-left: 20px;
            padding-right: 20px;
            gap: 30px;
        }
    }

.facilities-list {
        list-style: disc;
    }

.facilities-list-item {
        color: #fff;
        font-family: "Bw Modelica";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 1.5em;
        letter-spacing: 1px;
    }

@media (max-width: 1290px) {
        /* full width */
        .facilities-list-item {
            font-size: 14px;
        }
    }

@media (max-width: 1024px) {
        /* full width */
        .facilities-list-item {
            font-size: 11px;
        }
    }

.line {
        background: #fdd75e;
        height: 1px;
        width: 100%;
    }

.bg-image-2 {
        background-image: url("../images/agate.jpg");
        background-repeat: no-repeat;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        position: relative;
    }

@media (max-width: 525px) {
        .bg-image-2 {
            background-image: url("../images/agate-mobile.jpg"); /* Use mobile-specific image */
        }
    }

#third-image-carousel .splide__slide img {
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        min-height: 700px;
    }

@media (max-width: 1024px) {
        #third-image-carousel .splide__slide img {
            min-height: 400px;
            max-height: 500px;
        }
    }

#third-image-carousel .splide__arrow {
    bottom: -69px;
    top: unset;
    background-color: transparent;

            width: 10px;
            height: 10px;
}

#third-image-carousel .splide__arrow.splide__arrow--next {
    right: 40%;
}

#third-image-carousel .splide__arrow.splide__arrow--prev {
    left: 40%;
}

@media (max-width: 1420px) {
                #third-image-carousel .splide__arrow.splide__arrow--next {
        right: 33%;
    }

                #third-image-carousel .splide__arrow.splide__arrow--prev {
        left: 33%;
    }
            }

@media (max-width: 1024px) {
                #third-image-carousel .splide__arrow.splide__arrow--next {
        right: 35%;
    }

                #third-image-carousel .splide__arrow.splide__arrow--prev {
        left: 35%;
    }
            }

@media (max-width: 768px) {
        #third-image-carousel .splide__arrow {
        bottom: -60px;
    }

                #third-image-carousel .splide__arrow.splide__arrow--next {
        right: 30%;
    }

                #third-image-carousel .splide__arrow.splide__arrow--prev {
        left: 30%;
    }
            }

@media (max-width: 480px) {
                #third-image-carousel .splide__arrow.splide__arrow--next {
        right: 20%;
    }

                #third-image-carousel .splide__arrow.splide__arrow--prev {
        left: 20%;
    }
            }

.unit-headline-container {
        width: 300px;
        margin-left: auto;
        margin-right: auto;
        padding-bottom: 50px;
    }

/* mobile */

@media (max-width: 1024px) {
        .unit-headline-container {
            width: 100%;
            padding-bottom: 15px;
        }
    }

.unit-type-bg {
        background-image: url("../images/unit-type-bg.png");
        background-repeat: no-repeat;
        overflow: hidden;
        background-size: cover;
        background-position: center;
        position: relative;
        padding-bottom: 5rem;
        padding-top: 3rem;
    }

@media (min-width: 1024px) {

    .unit-type-bg {
        padding-top: 5rem;
    }
}

.unit-type-container {
        display: flex;
        align-items: center;
        justify-content: space-between;
        width: 100%;
        height: 100%;
    }

/* mobile view make it reverse column */

@media (max-width: 1024px) {
        .unit-type-container {
            flex-direction: column;
            gap: 10px;
        }
    }

.unit-content-container {
        width: 50%;
        display: flex;
        flex-direction: column;
        align-items: center;
    }

@media (max-width: 1024px) {
        /* full width */
        .unit-content-container {
            width: 100%;
        }
    }

.site-image-container {
        width: 55%;
        margin-top: 0;
    }

@media (max-width: 1024px) {
        /* full width */
        .site-image-container {
            width: 100%;
            margin-top: 20px;
            max-width: 600px;
        }
    }

.selector {
        flex: 1;
        margin-bottom: 60px;
    }

@media (max-width: 480px) {

    .selector {
            margin-bottom: 10px;
            padding-left: 5px;
            padding-right: 5px;
            max-width: 80%
    }
        }

@media (max-width: 1024px) {
        /* full width */
        .selector {
            margin-bottom: 30px;
        }
    }

.button-group {
        display: flex;
        border-radius: 63px;
        border: 2px solid #e5b92f;
        background-color: #fff;
        overflow: hidden;
        height: 43px;
    }

.type-btn.border-right {
        border-right: 1px solid #e5b92f;
    }

.type-btn {
        background-color: #fff;
        color: #9b9797;
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 33px; /* 220% */
        letter-spacing: -0.75px;
        width: 73px;
    }

.type-btn:hover,
    .type-btn.active {
        background: linear-gradient(140deg, #fdd75e -5.11%, #978038 133.35%);
        color: #fff;
    }

.details {
        width: 100%;
        display: flex;
        align-items: baseline;
        justify-content: start;
        border-bottom: 1px solid #fdd75e;
        margin-left: 50%;
        -moz-column-gap: 1.5rem;
             column-gap: 1.5rem;
        padding-bottom: 1rem;
    }

@media (min-width: 1024px) {

    .details {
        -moz-column-gap: 3rem;
             column-gap: 3rem;
        padding-bottom: 1.5rem;
    }
}

@media (max-width: 1024px) {
        /* full width */
        .details {
            margin-left: 0;
            align-items: baseline;
            justify-content: center;
        }
    }

.type-title {
        font-family: "Libre Baskerville";
        font-weight: 400;
        line-height: normal;
        letter-spacing: -2.4px;
        background: linear-gradient(252deg, #fdd75e 14.54%, #978038 116.77%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        font-size: 1.875rem;
        line-height: 2.25rem;
    }

@media (min-width: 768px) {

    .type-title {
        font-size: 2.25rem;
        line-height: 2.5rem;
    }
}

@media (min-width: 1024px) {

    .type-title {
        font-size: 3rem;
        line-height: 1;
    }
}

.unit-type {
        color: #fdd75e;
        font-family: "BD Megalona DEMO Personal Use Only";
        font-size: 24px;
        font-style: italic;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }

@media (min-width: 768px) {

    .unit-type {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

@media (min-width: 1024px) {

    .unit-type {
        font-size: 1.5rem;
        line-height: 2rem;
    }
}

.details-list {
        width: 100%;
        margin-top: 20px;
        display: flex;
        flex-direction: column;
        gap: 9px;
        align-items: start;
        justify-content: start;
        margin-left: 50%;
        margin-bottom: 100px;
    }

@media (max-width: 1024px) {
        /* full width */
        .details-list {
            margin-left: 0;
            margin-bottom: 20px;
            align-items: center;
            justify-content: center;
            flex-direction: row;
            flex-wrap: wrap;
            -moz-column-gap: 1rem;
                 column-gap: 1rem;
        }
    }

.details-list li {
        color: #fff;
        font-family: "Bw Modelica";
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

@media (min-width: 768px) {

    .details-list li {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {

    .details-list li {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.button-container {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        padding: 0;
        width: auto;
    }

@media (max-width: 1024px) {
        /* full width */
        .button-container {
            margin-left: 0;
        }
    }

.unit-virtual-tour-button {
        display: flex;
        border-radius: 40px;
        background: linear-gradient(258deg, #fdd75e 27.54%, #978038 108.95%);
        background-blend-mode: overlay, normal;
        align-items: center;
        justify-content: center;
        -moz-column-gap: 1.25rem;
             column-gap: 1.25rem;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

.image-container img {
        width: 100%;
    }

.prestigious {
        color: #fff;
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 16px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        letter-spacing: 1px;
        margin-top: 2rem;
        margin-bottom: 1.25rem;
        font-size: 0.875rem;
        line-height: 1.25rem;
    }

@media (min-width: 1024px) {

    .prestigious {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

#thank-you {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-image: url("../images/thank-you-bg.png");
        background-size: cover;
        background-position: center;
        display: flex;
        flex-direction: column;
        align-items: center;
        z-index: 9999;
        opacity: 1;
        transition: opacity 1s ease-in-out;
    }

.thanks-container {
        margin-top: auto;
        margin-bottom: auto;
        display: flex;
        flex-direction: column;
        gap: 40px;
        align-items: center;
        justify-content: center;
    }

.thanks-title {
        background: linear-gradient(
            0deg,
            #8c421d -7.02%,
            #edcd78 41.49%,
            #fcf7cd 63.05%,
            #c49337 90%
        );
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
        text-align: center;
        font-family: "Lovelace Trial";
        font-size: 64px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
    }

.thanks-desc {
        color: #fff;
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 28px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        letter-spacing: 1px;
    }

.back-to-home {
        padding: 12px 26px 11px 28px;
        background: #e6e4de;
        max-width: 225px;
        height: 47px;
        border-radius: 39px;
        color: #122620;
        text-align: center;
        font-family: "Libre Franklin";
        font-size: 20px;
        font-style: normal;
        font-weight: 400;
        line-height: normal;
        letter-spacing: 1px;
    }

@media (max-width: 1024px) {
        .back-to-home {
            font-size: 16px;
            height: 42px;
        }
    }

.main-logo-container {
        margin-top: auto;
        margin-bottom: auto;
    }

.brochure-container {
        display: flex;
        flex-direction: column;
        gap: 18px;
        align-items: center;
        justify-content: center;
        position: relative;
        z-index: 4;
    }

.brochure {
        color: #e6e4de;
        text-align: center;
        font-family: "Lovelace Trial";
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 33px;
        letter-spacing: 1px;
    }

@media (max-width: 1024px) {
        .brochure {
            font-size: 16px;
        }
    }

.agate-hero {
        height: 100vh;
        display: flex;
        align-items: end;
        justify-content: center;
        padding-bottom: 60px;
    }

.button-group {
        border-radius: 60px;
        border: 1px solid #e6e4de;
        display: flex;
        background: transparent;
    }

.agate-btn {
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 41px; /* 220% */
        letter-spacing: -0.75px;
        width: 96px;
        height: 49px;
        background: transparent;
    }

.btn-border {
        border-left: 1px solid #e6e4de;
        border-right: 1px solid #e6e4de;
    }

/* Timeline Container */

.timeline-container {
        position: relative;
        width: 100%;
        height: 100%;
        margin-top: 42px;
        margin-bottom: 2.5rem;
    }

@media (min-width: 1024px) {

    .timeline-container {
        margin-bottom: 3rem;
    }
}

.timeline-dropdown-container {
        position: relative;
    }

.timeline-dropdown {
        cursor: pointer;
        padding: 10px;
        border: 1px solid #ddd;
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

.dropdown-options {
        list-style: none;
        position: absolute;
        top: 100%;
        font-family: "Bw Modelica";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        letter-spacing: -0.75px;
        display: none; /* Hidden by default */
        z-index: 10;
        text-align: center;
        border: 1px solid #fdd75e;
    }

.dropdown-options.white-bg {
        background: linear-gradient(0deg, #fffaed 0%, #fffaed 100%),
        linear-gradient(0deg, #fffaed 0%, #fffaed 100%),
        linear-gradient(0deg, #fffaed 0%, #fffaed 100%), #fffaed;
        color: #431414;
        width: 135px;
        border-radius: 14px;
    }

.dropdown-options.golden-bg {
        background: linear-gradient(235deg, #fdd75e 29.36%, #978038 147.34%);
        color: #431414;
        width: 98px;
        right: 0;
        border-radius: 14px;
    }

.dropdown-options.active {
        display: block; /* Show when active */
    }

.dropdown-options li {
        padding: 5px;
        cursor: pointer;
        border-radius: 24px; /* Apply rounded corners */
    }

.dropdown-options li:hover {
        background-color: #f0f0f0;
    }

/* Center Line */

.timeline-line {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #fdd75e;
        z-index: 0;
    }

/* Dropdown Container */

.timeline-dropdown-container {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        display: flex;
        gap: 12px;
    }

/* Dropdown Styles */

.timeline-dropdown {
        border-radius: 24px;
        border: 1px solid #fdd75e;
        height: 33px;
        display: flex;
        align-items: center;
        justify-content: center;
        gap: 8px;
    }

/* Specific Dropdown Colors */

.timeline-dropdown.white-bg {
        background: linear-gradient(0deg, #fffaed 0%, #fffaed 100%),
            linear-gradient(0deg, #fffaed 0%, #fffaed 100%),
            linear-gradient(0deg, #fffaed 0%, #fffaed 100%), #fffaed;
        color: #431414;
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 33px; /* 220% */
        letter-spacing: -0.75px;
        width: 135px;
    }

.timeline-dropdown.golden-bg {
        background: linear-gradient(235deg, #fdd75e 29.36%, #978038 147.34%);
        color: #431414;
        text-align: center;
        font-family: "Bw Modelica";
        font-size: 15px;
        font-style: normal;
        font-weight: 500;
        line-height: 33px; /* 220% */
        letter-spacing: 1px;
        width: 100px;
    }

/* Chrome, Safari, Edge, Opera */

input::-webkit-outer-spin-button,
    input::-webkit-inner-spin-button {
        -webkit-appearance: none;
        margin: 0;
    }

/* Firefox */

input[type="number"] {
        -moz-appearance: textfield;
    }

.absolute {
        position: absolute;
    }

.mx-auto {
        margin-left: auto;
        margin-right: auto;
    }

.flex {
        display: flex;
    }

.h-8 {
        height: 2rem;
    }

.w-6 {
        width: 1.5rem;
    }

.w-full {
        width: 100%;
    }

.cursor-pointer {
        cursor: pointer;
    }

.flex-col {
        flex-direction: column;
    }

.items-center {
        align-items: center;
    }

.justify-center {
        justify-content: center;
    }

.overflow-hidden {
        overflow: hidden;
    }

.text-center {
        text-align: center;
    }

.text-white {
        --tw-text-opacity: 1;
        color: rgb(255 255 255 / var(--tw-text-opacity));
    }

.components-dropdown-content-mobile {
        display: none;
        background: none;
        position: relative;
        margin-top: 10px;
        z-index: 100;
    }

.components-dropdown-content-mobile a {
        display: block;
        padding: 10px;
        text-decoration: none;
        color: white;
    }

.png-hide {
        opacity: 0; /* Makes the element invisible */
        pointer-events: none; /* Prevents interaction */
    }

.primary-btn {
        background: linear-gradient(126deg, var(--themeGold1) 40%, var(--themeGold2) 85%);
        transition:
            --themeGold1 0.3s,
            --themeGold2 0.3s;
        font-family: "Bw Modelica";
        border-radius: 9999px;
        font-size: 0.875rem;
        line-height: 1.25rem;
        --tw-text-opacity: 1;
        color: rgb(108 82 0 / var(--tw-text-opacity, 1));
    }

@media (min-width: 640px) {

    .primary-btn {
        font-size: 1rem;
        line-height: 1.5rem;
    }
}

@media (min-width: 1024px) {

    .primary-btn {
        font-size: 1.25rem;
        line-height: 1.75rem;
    }
}

.primary-btn:hover {
        --themeGold2: var(--themeGold1);
    }

.secondary-btn {
        background: linear-gradient(270deg, var(--themeGold1) 0%, var(--themeGold2) 100%);
        transition:
            --themeGold1 0.3s,
            --themeGold2 0.3s;
        font-family: "Bw Modelica";
        border-radius: 9999px;
        font-size: 1rem;
        line-height: 1.5rem;
        --tw-text-opacity: 1;
        color: rgb(108 82 0 / var(--tw-text-opacity, 1));
    }

@media (min-width: 1024px) {

    .secondary-btn {
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

.secondary-btn:hover {
        --themeGold2: var(--themeGold1);
    }

.splide#splide-fp .splide__pagination {
    bottom: -2.5rem;
}

.splide#splide-fp .splide__arrow {
    bottom: -4rem;
}

@media (min-width: 1024px) {

    .splide#splide-fp .splide__arrow {
        bottom: -4.1rem;
    }
}

@media (max-width: 680px) {

        .splide#splide-fp .splide__arrow {
        bottom: -3.4rem;
    }
            }

.splide#splide-fp .splide__arrow--next {
    right: 25%;
}

@media (min-width: 640px) {

    .splide#splide-fp .splide__arrow--next {
        right: 30%;
    }
}

@media (min-width: 768px) {

    .splide#splide-fp .splide__arrow--next {
        right: 35%;
    }
}

@media (min-width: 1024px) {

    .splide#splide-fp .splide__arrow--next {
        right: 38%;
    }
}

@media (min-width: 1536px) {

    .splide#splide-fp .splide__arrow--next {
        right: 42%;
    }
}

.splide#splide-fp .splide__arrow--prev {
    left: 25%;
}

@media (min-width: 640px) {

    .splide#splide-fp .splide__arrow--prev {
        left: 30%;
    }
}

@media (min-width: 768px) {

    .splide#splide-fp .splide__arrow--prev {
        left: 35%;
    }
}

@media (min-width: 1024px) {

    .splide#splide-fp .splide__arrow--prev {
        left: 38%;
    }
}

@media (min-width: 1536px) {

    .splide#splide-fp .splide__arrow--prev {
        left: 42%;
    }
}

.modal {
        visibility: hidden;
        position: fixed;
        left: 0px;
        top: 0px;
        z-index: -100;
        display: flex;
        height: 100%;
        width: 100%;
        overflow: auto;
        opacity: 0;
        transition-property: opacity;
        transition-duration: 300ms;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    }

.modal.show {
    visibility: visible;
    z-index: 100;
    opacity: 1;
}

.site-progress-img {
        height: auto;
        width: 100%;
        -o-object-fit: cover;
           object-fit: cover;
    }

@media (min-width: 1024px) {

    .site-progress-img {
        min-height: 560px;
    }
}

.splide.splide-site-progress {
    display: none;
}

.splide.splide-site-progress.active {
        display: flex;
    }

.splide.splide-site-progress .splide__pagination {
        bottom: -2.5rem;
        display: flex !important;
        width: 100%;
    }

@media (min-width: 1024px) {

    .splide.splide-site-progress .splide__pagination {
        width: 200%;
    }
}

.splide.splide-site-progress .splide__arrow {
    bottom: -4rem;
}

@media (min-width: 1024px) {

    .splide.splide-site-progress .splide__arrow {
        bottom: -4.1rem;
    }
}

@media (max-width: 680px) {

        .splide.splide-site-progress .splide__arrow {
        bottom: -3.4rem;
    }
            }

.splide.splide-site-progress .splide__arrow--next {
    right: 25%;
}

@media (min-width: 640px) {

    .splide.splide-site-progress .splide__arrow--next {
        right: 33%;
    }
}

@media (min-width: 1024px) {

    .splide.splide-site-progress .splide__arrow--next {
        right: -20%;
    }
}

@media (min-width: 1280px) {

    .splide.splide-site-progress .splide__arrow--next {
        right: -13%;
    }
}

.splide.splide-site-progress .splide__arrow--prev {
    left: 25%;
}

@media (min-width: 640px) {

    .splide.splide-site-progress .splide__arrow--prev {
        left: 33%;
    }
}

@media (min-width: 1024px) {

    .splide.splide-site-progress .splide__arrow--prev {
        left: 80%;
    }
}

@media (min-width: 1280px) {

    .splide.splide-site-progress .splide__arrow--prev {
        left: 87%;
    }
}

.vr-tour-btn {
        position: absolute;
        bottom: 1.25rem;
        right: 1rem;
        z-index: 10;
        display: flex;
        height: 5rem;
        width: 5rem;
        align-items: center;
        justify-content: center;
        border-radius: 9999px;
        background-color: transparent;
        transition-property: all;
        transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
        transition-duration: 300ms;
    }

@media (min-width: 768px) {

    .vr-tour-btn {
        bottom: 2.5rem;
        right: 2.5rem;
        height: 95px;
        width: 95px;
    }
}

@media (min-width: 1024px) {

    .vr-tour-btn {
        height: 110px;
        width: 110px;
    }
}

.vr-tour-btn img {
    height: auto;
    width: 4rem;
}

@media (min-width: 768px) {

    .vr-tour-btn img {
        width: 75px;
    }
}

@media (min-width: 1024px) {

    .vr-tour-btn img {
        width: 90px;
    }
}

.pointer-events-none {
    pointer-events: none;
}

.visible {
    visibility: visible;
}

.fixed {
    position: fixed;
}

.absolute {
    position: absolute;
}

.relative {
    position: relative;
}

.inset-0 {
    inset: 0px;
}

.bottom-\[160px\] {
    bottom: 160px;
}

.left-0 {
    left: 0px;
}

.left-2\.5 {
    left: 0.625rem;
}

.right-0 {
    right: 0px;
}

.right-3\.5 {
    right: 0.875rem;
}

.top-0 {
    top: 0px;
}

.top-2\.5 {
    top: 0.625rem;
}

.top-3\.5 {
    top: 0.875rem;
}

.z-10 {
    z-index: 10;
}

.z-\[99\] {
    z-index: 99;
}

.\!mx-0 {
    margin-left: 0px !important;
    margin-right: 0px !important;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.my-\[10\%\] {
    margin-top: 10%;
    margin-bottom: 10%;
}

.mt-10 {
    margin-top: 2.5rem;
}

.mt-5 {
    margin-top: 1.25rem;
}

.mt-\[30px\] {
    margin-top: 30px;
}

.block {
    display: block;
}

.flex {
    display: flex;
}

.hidden {
    display: none;
}

.h-8 {
    height: 2rem;
}

.h-\[2px\] {
    height: 2px;
}

.h-\[3px\] {
    height: 3px;
}

.h-auto {
    height: auto;
}

.h-full {
    height: 100%;
}

.w-4 {
    width: 1rem;
}

.w-6 {
    width: 1.5rem;
}

.w-8 {
    width: 2rem;
}

.w-\[93\%\] {
    width: 93%;
}

.w-full {
    width: 100%;
}

.max-w-5xl {
    max-width: 64rem;
}

.max-w-6xl {
    max-width: 72rem;
}

.max-w-\[210px\] {
    max-width: 210px;
}

.max-w-screen-2xl {
    max-width: 1536px;
}

.max-w-sm {
    max-width: 24rem;
}

.transform {
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.cursor-pointer {
    cursor: pointer;
}

.flex-col {
    flex-direction: column;
}

.items-center {
    align-items: center;
}

.justify-center {
    justify-content: center;
}

.justify-between {
    justify-content: space-between;
}

.gap-1\.5 {
    gap: 0.375rem;
}

.gap-11 {
    gap: 2.75rem;
}

.gap-x-3 {
    -moz-column-gap: 0.75rem;
         column-gap: 0.75rem;
}

.gap-x-4 {
    -moz-column-gap: 1rem;
         column-gap: 1rem;
}

.overflow-auto {
    overflow: auto;
}

.overflow-hidden {
    overflow: hidden;
}

.text-balance {
    text-wrap: balance;
}

.rounded-full {
    border-radius: 9999px;
}

.bg-\[\#00bcd4\] {
    --tw-bg-opacity: 1;
    background-color: rgb(0 188 212 / var(--tw-bg-opacity, 1));
}

.bg-black {
    --tw-bg-opacity: 1;
    background-color: rgb(0 0 0 / var(--tw-bg-opacity, 1));
}

.bg-white {
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
}

.bg-opacity-70 {
    --tw-bg-opacity: 0.7;
}

.bg-gradient-to-l {
    background-image: linear-gradient(to left, var(--tw-gradient-stops));
}

.bg-gradient-to-r {
    background-image: linear-gradient(to right, var(--tw-gradient-stops));
}

.from-\[\#421413\] {
    --tw-gradient-from: #421413 var(--tw-gradient-from-position);
    --tw-gradient-to: rgb(66 20 19 / 0) var(--tw-gradient-to-position);
    --tw-gradient-stops: var(--tw-gradient-from), var(--tw-gradient-to);
}

.bg-\[65\%_center\] {
    background-position: 65% center;
}

.px-3\.5 {
    padding-left: 0.875rem;
    padding-right: 0.875rem;
}

.px-5 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
}

.px-7 {
    padding-left: 1.75rem;
    padding-right: 1.75rem;
}

.py-10 {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
}

.py-2 {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
}

.py-9 {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
}

.\!pb-0 {
    padding-bottom: 0px !important;
}

.pb-1\.5 {
    padding-bottom: 0.375rem;
}

.pb-2 {
    padding-bottom: 0.5rem;
}

.pb-5 {
    padding-bottom: 1.25rem;
}

.pb-6 {
    padding-bottom: 1.5rem;
}

.pt-1 {
    padding-top: 0.25rem;
}

.pt-1\.5 {
    padding-top: 0.375rem;
}

.pt-12 {
    padding-top: 3rem;
}

.text-center {
    text-align: center;
}

.text-\[10px\] {
    font-size: 10px;
}

.text-white {
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1));
}

.transition {
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, -webkit-backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter;
    transition-property: color, background-color, border-color, text-decoration-color, fill, stroke, opacity, box-shadow, transform, filter, backdrop-filter, -webkit-backdrop-filter;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.transition-all {
    transition-property: all;
    transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
    transition-duration: 150ms;
}

.duration-300 {
    transition-duration: 300ms;
}

@media (min-width: 768px) {

    .md\:block {
        display: block;
    }

    .md\:w-6 {
        width: 1.5rem;
    }
}

@media (min-width: 1024px) {

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }
}

.hover\:scale-110:hover {
    --tw-scale-x: 1.1;
    --tw-scale-y: 1.1;
    transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}

.hover\:bg-\[\#0b5478\]:hover {
    --tw-bg-opacity: 1;
    background-color: rgb(11 84 120 / var(--tw-bg-opacity, 1));
}

.hover\:bg-\[\#701614FF\]:hover {
    background-color: #701614FF;
}

.group:hover .group-hover\:w-3 {
    width: 0.75rem;
}

.group:hover .group-hover\:w-5 {
    width: 1.25rem;
}

.group:hover .group-hover\:w-7 {
    width: 1.75rem;
}

@media (min-width: 500px) {

    .fm\:bottom-5 {
        bottom: 1.25rem;
    }
}

@media (min-width: 640px) {

    .sm\:gap-x-7 {
        -moz-column-gap: 1.75rem;
             column-gap: 1.75rem;
    }

    .sm\:px-5 {
        padding-left: 1.25rem;
        padding-right: 1.25rem;
    }
}

@media (min-width: 768px) {

    .md\:bottom-10 {
        bottom: 2.5rem;
    }

    .md\:right-7 {
        right: 1.75rem;
    }

    .md\:top-7 {
        top: 1.75rem;
    }

    .md\:my-\[5\%\] {
        margin-top: 5%;
        margin-bottom: 5%;
    }

    .md\:block {
        display: block;
    }

    .md\:h-11 {
        height: 2.75rem;
    }

    .md\:w-11 {
        width: 2.75rem;
    }

    .md\:w-6 {
        width: 1.5rem;
    }

    .md\:bg-center {
        background-position: center;
    }

    .md\:text-\[11px\] {
        font-size: 11px;
    }
}

@media (min-width: 1024px) {

    .lg\:left-4 {
        left: 1rem;
    }

    .lg\:top-4 {
        top: 1rem;
    }

    .lg\:mt-12 {
        margin-top: 3rem;
    }

    .lg\:block {
        display: block;
    }

    .lg\:flex {
        display: flex;
    }

    .lg\:hidden {
        display: none;
    }

    .lg\:w-10 {
        width: 2.5rem;
    }

    .lg\:w-\[55\%\] {
        width: 55%;
    }

    .lg\:max-w-\[250px\] {
        max-width: 250px;
    }

    .lg\:flex-row-reverse {
        flex-direction: row-reverse;
    }

    .lg\:px-10 {
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }

    .lg\:px-6 {
        padding-left: 1.5rem;
        padding-right: 1.5rem;
    }

    .lg\:py-2\.5 {
        padding-top: 0.625rem;
        padding-bottom: 0.625rem;
    }

    .lg\:py-20 {
        padding-top: 5rem;
        padding-bottom: 5rem;
    }

    .lg\:pb-0 {
        padding-bottom: 0px;
    }

    .lg\:pb-10 {
        padding-bottom: 2.5rem;
    }

    .lg\:pt-16 {
        padding-top: 4rem;
    }
}

@media (min-width: 1536px) {

    .\32xl\:\!mx-\[100px\] {
        margin-left: 100px !important;
        margin-right: 100px !important;
    }
}
