@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 100;
    src: url('assets/fonts/poppins-v24-latin-100.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 200;
    src: url('assets/fonts/poppins-v24-latin-200.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/poppins-v24-latin-regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/poppins-v24-latin-600.woff2') format('woff2');
}


@font-face {
    font-display: swap;
    font-family: 'Playfair Display';
    font-style: normal;
    font-weight: 500;
    src: url('assets/fonts/playfair-display-v40-latin-500.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'OpenSans';
    font-style: normal;
    font-weight: 400;
    src: url('assets/fonts/OpenSans-Regular.woff2') format('woff2');
}

@font-face {
    font-display: swap;
    font-family: 'Source Sans Pro';
    font-style: normal;
    font-weight: 600;
    src: url('assets/fonts/SourceSansPro-Semibold.otf.woff2') format('woff2');
}

:root {
    --black: #2C2C2C;
    --luxury-gold: #C9A44D;
    --light-gold: #e3d2b8;
    --page-limit: 1440px;
    --limit: min(95%, var(--page-limit));
}

main {
    max-width: var(--limit);
    margin-left: auto;
    margin-right: auto;
    min-height: calc(100vh - 221px);
    padding-left: 1.5rem;
    padding-right: 1.5rem;
}

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

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

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

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



.btn {
    background: var(--black);
    color: white;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 6px;
    transition: background 0.3s ease;
}

html {
    font-size: 100%;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

/* Sections
	 ========================================================================== */

/**
 * Remove the margin in all browsers.
 */

body {
    background: #fff;
    color: var(--black);
    font-family: 'Poppins', Arial, sans-serif;
    font-size: 1rem;
    line-height: 1.5;
    overflow-x: hidden;
    overflow-y: auto;
}

html,
body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
    display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

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

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

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

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

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

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

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

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

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

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

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

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

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

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

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

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type="button"],
[type="reset"],
[type="submit"]

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* Typography
--------------------------------------------- */

button,
input,
select,
optgroup,
textarea {
    font-size: 100%;
    margin: 0;
}

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

h1 {
    font-size: 2.5rem;
}

h2 {
    font-size: 2rem;
}

h3 {
    font-size: 1.5rem;
}

p {
    margin-bottom: 1.5em;
}

dfn,
cite,
em,
i {
    font-style: italic;
}

blockquote {
    margin: 0 1.5em;
}

address {
    margin: 0 0 1.5em;
}

pre {
    background: #eee;
    font-family: "Courier 10 Pitch", courier, monospace;
    line-height: 1.6;
    margin-bottom: 1.6em;
    max-width: 100%;
    overflow: auto;
    padding: 1.6em;
}

code,
kbd,
tt,
var {
    font-family: monaco, consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
}

abbr,
acronym {
    border-bottom: 1px dotted #666;
    cursor: help;
}

mark,
ins {
    background: #fff9c0;
    text-decoration: none;
}

big {
    font-size: 125%;
}

/* Elements
--------------------------------------------- */
hr {
    background-color: #ccc;
    border: 0;
    height: 1px;
    margin-bottom: 1.5em;
}

ul {
    list-style: disc;
}

ol {
    list-style: decimal;
}

li>ul,
li>ol {
    margin-bottom: 0;
    margin-left: 1.5em;
}

dt {
    font-weight: 700;
}

dd {
    margin: 0 1.5em 1.5em;
}

/* Make sure embeds and iframes fit their containers. */
embed,
iframe,
object {
    max-width: 100%;
}

img {
    height: auto;
    max-width: 100%;
}

figure {
    margin: 1em 0;
}

table {
    margin: 0 0 1.5em;
    width: 100%;
}

/* Links
--------------------------------------------- */
a {
    color: #ffff;
    outline: none;
    background-color: transparent;
}


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

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

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

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

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

select {
    border: 1px solid #ccc;
}

textarea {
    width: 100%;
}

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

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

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

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

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

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

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

.bypostauthor {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.gallery-caption {
    display: block;
}

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

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

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

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

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

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

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

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

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

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

    /*rtl:ignore*/
    float: left;

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

.alignright {

    /*rtl:ignore*/
    float: right;

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

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

.lang-switcher {
    position: relative;
    display: none;

}

@media (min-width: 1280px) {
    .lang-switcher {
        display: inline-block;
    }
}


.lang-switcher__dropdown {
    display: none;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 4px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    padding: 0;
    margin: 5px 0 0;
    min-width: 150px;
    z-index: 9999;
}

.lang-switcher__dropdown li {
    list-style: none;
}

.lang-switcher__dropdown a {
    display: flex;
    align-items: center;
    padding: 8px 12px;
    text-decoration: none;
    color: #333;
    transition: background 0.2s ease;
    font-size: 14px;
}

.lang-switcher__dropdown a:hover {
    background-color: #f0f0f0;
}

.lang-switcher__dropdown img {
    width: 20px;
    height: auto;
    margin-right: 8px;
}


.site-header {
    font-family: "OpenSans";
    width: 100%;
    top: 0;
}

.site-header {
    background: rgba(250, 249, 249, 0);
    left: 0;
    right: 0;
    z-index: 50;
    text-transform: uppercase;
    height: 5rem;
    font-size: 0.75rem;
}

.site-header.scrolled {
    backdrop-filter: blur(6px);
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
}

@media (min-width: 1280px) {
    .site-header {
        height: auto;
        text-align: center;
    }

}

.site-header {
    position: sticky;
}

.site-header,
.site-header__inner {
    background: rgba(255, 255, 255, 0.95);
}

.site-header__inner {
    position: relative;
    display: flex;
    padding: 1rem 0.6rem;
    justify-content: space-between;
}

@media(min-width: 425px) {
    .site-header__inner {
        padding: 1rem 1.875rem;
    }
}

.btn--book-now {
    font-size: 0.6rem;
    border-radius: 4px;
    padding: 7px;
}

.btn__label {
    display: inline;
}

@media(min-width: 765px) {
    .btn--book-now {
        font-size: 0.75rem;
        padding: 10px 10px;
    }

}

.menu-toggle {
    display: block;
    padding: 0;
    border: none;
    width: 25px;
    height: 3px;
    background-color: #404040;
    position: relative;
    transition: background-color 0.3s ease;
}

.menu-toggle::before,
.menu-toggle::after {
    content: '';
    display: block;
    width: 25px;
    height: 3px;
    background-color: #404040;
    position: absolute;
    left: 0;
    transition: transform 0.3s ease, top 0.3s ease, background-color 0.3s ease;
}

.menu-toggle::after {
    top: -8px;
}

.menu-toggle::before {
    top: 8px;
}

.menu-toggle.is-active {
    background-color: transparent;
}

.menu-toggle.menu-toggle.is-active::before {
    top: 0;
    transform: rotate(45deg);
}

.menu-toggle.is-active::after {
    top: 0;
    transform: rotate(-45deg);
}


.site-header__inner::after {
    position: absolute;
    z-index: -1;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: hsla(37, 47%, 44%, 0.2);
    content: "";
    z-index: 56;
}

@media (min-width: 1280px) {
    .site-header__inner:after {
        right: 1.875rem;
        left: 1.875rem;
    }

}

.site-header__primary,
.site-header__secondary {
    display: flex;
    min-width: 80px;
    align-items: center;
}

.site-header__secondary {
    justify-content: flex-end;
}

.site-header__logo-container {
    display: inline-block;
    max-width: 110px;
}

.site-header__logo-container img {
    max-width: 100%;
    height: auto;
}

.custom-logo-link {
    display: inline-block;
}

@media (min-width: 756px) {
    .site-header__logo-container {
        max-width: 150px;
    }
}


.room-card {
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 1rem;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.room-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.room-card h2 {
    margin-top: 0.5rem;
    font-size: 1.25rem;
    font-family: 'Playfair Display', serif;
}

.icon {
    fill: var(--luxury-gold);
    width: 1.25rem;
    height: 1.25rem;
}

.section-divider {
    border-bottom: 1px solid var(--luxury-gold);
    margin: 3rem 0;
}

.section-title::after {
    content: '\2726';
    color: var(--luxury-gold);
    margin-left: 0.5rem;
}

.btn:hover {
    transform: scale(1.05);
}

.fade-in {
    opacity: 0;
    animation: fadeInUp 1s forwards;
}

@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.section-spacing {
    padding: 4rem 0;
}

.main-nav {
    display: flex;
    flex-direction: column;
    position: absolute;
    overflow-y: auto;
    overflow-x: hidden;
    justify-content: space-between;
    left: -100%;
    top: 80px;
    width: 80%;
    max-width: 300px;
    height: calc(100vh - 80px);
    background: rgba(255, 255, 255, 0.95);
    transition: left 0.3s ease;
    z-index: 100;
}

.main-nav.toggled {
    left: 0;
}

.mobile-menu-socials {
    display: inline-grid;
    justify-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    padding: 20px 20px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.social-link {
    text-decoration: none;
    text-align: center;
    display: inline-block;
    height: 30px;
    width: 35px;
}

/* 
.social-link:hover {
    color: var(--luxury-gold);
    border-bottom: 2px solid var(--luxury-gold);
    width: fit-content;
} */

@media (min-width: 1280px) {

    .main-nav li {
        margin: 10px 15px;
    }

    .menu-toggle,
    .mobile-menu-socials {
        display: none;
    }

}

.nav-menu {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    list-style: none;
    padding: 0;
}

.nav-menu li {
    position: relative;
    min-width: 200px;
    max-width: 200px;
}

.nav-menu li a {
    text-decoration: none;
    transition: color 0.3s ease;
    color: #1a1a1a;
    display: block;
    border-bottom: 2px solid transparent;
    font-size: 0.97rem;
    margin-bottom: 20px;
}

.nav-menu li:hover>a {
    color: var(--luxury-gold);
    width: fit-content;
}

.sub-menu {
    position: relative;
    text-align: left;
    flex-direction: column;
    margin: -14px 0 10px 14px;
    padding: 0 0 20px 0;
    list-style: none;
    min-width: 170px;
    max-height: 0;
    display: none;
    opacity: 0;
    transform: translateY(0px);
    transition:
        opacity 0.3s ease,
        transform 0.3s ease,
        display 0.1s steps(5) 0.05s;
}

.sub-menu li {
    font-size: 0.8rem;
    text-transform: none;
}

.sub-menu .menu-item a {
    border-bottom: none;
    margin-bottom: 7px;
    border-bottom: 1px solid transparent;
}


.sub-menu li.current_menu_item>a {
    color: #C9A44D;
    border-bottom: 2px solid var(--luxury-gold);
}


.sub-menu li:hover>a {
    width: fit-content;
    border-bottom: 1px solid var(--luxury-gold);
}

.menu-open>a {
    color: #C9A44D;
}

.nav-menu li.menu-open>.sub-menu {
    display: flex;
    height: auto;
    max-height: 500px;
    opacity: 1;
    transform: translateY(0);

    @starting-style {
        opacity: 0;
        transform: translateY(-10px);
    }
}

@media (min-width: 1280px) {

    .nav-menu {
        flex-direction: row;
    }

    .nav-menu li:hover>.sub-menu {
        display: flex;
        opacity: 1;
        background-color: white;
        height: auto;
        max-height: 500px;
    }

    .nav-menu li {
        min-width: auto;
    }

    .nav-menu li a {
        margin-bottom: 0;
        width: auto;
        font-size: 1rem;
        padding: 0;
    }


    .sub-menu {
        position: absolute;
        box-shadow: 0 5px 10px rgba(0, 0, 0, 0.1);
        background-color: #fff;
        margin: 0;
        margin-left: -7px;
        transform: translateY(0);

        @starting-style {
            opacity: 0;
            transform: translateY(-10px);
            z-index: -2;
        }
    }

    .sub-menu .menu-item a {
        margin-bottom: -9px;
    }

    .main-nav {
        position: static;
        width: 100%;
        height: auto;
        padding: 0;
        overflow: visible;
        transition: none;
        max-width: none;
        box-shadow: none;
    }
}


.nav-menu li.current_page_item>a,
.nav-menu li.current-menu-parent>a,
.nav-menu li.menu-open>a {
    color: var(--luxury-gold);
}


/* Nav menu crown concept on hover */

/* .nav-menu>li.current-menu-item::before,
.nav-menu>li.current-menu-parent::before,
.nav-menu>li.menu-open::before,
.nav-menu>li:hover::before {
    content: url(assets/images/stemma-crown.svg);
    position: absolute;
    top: -32px;
    left: 50%;
    transform: translateX(-256%);
    scale: 0.2;
}

@media(min-width: 1280px) {

    .nav-menu li.current_page_item::before,
    .nav-menu li.current-menu-parent::before,
    .nav-menu li.menu-open::before,
    .nav-menu li:not(.current_page_item):hover::before {
        transform: translateX(-256%);
    }

} */

.footer-container {
    font-family: 'Poppins';
    background: var(--black);
    color: #fff;
}

.footer-container h3 {
    font-weight: 200;
    font-size: 1rem;
    color: #fff;
    text-decoration: none;
}

.footer-top {
    position: relative;
    display: grid;
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem;
}

.footer-top::after {
    position: absolute;
    right: 0;
    bottom: 0;
    left: 0;
    height: 1px;
    background: hsla(37, 47%, 44%, 0.2);
    content: "";

}

.footer-column {
    height: 100%;
}

.footer-brand-column {
    max-width: 150px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

.footer-nav-links {
    list-style: none;
    padding: 0;
    line-height: 3rem;
    font-weight: 600;
}

.footer-nav-links li a {
    text-decoration: none;
    font-size: 0.95rem;
    width: 200px;
    display: inline-block;
}

.footer-social-icons {
    display: inline-grid;
    gap: 0px 15px;
    grid-template-columns: 1fr 1fr 1fr;
    justify-items: center;
}

.footer-map-widget {
    margin-top: 1rem;
}

.footer-map-widget img,
.footer-map-widget iframe {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.footer-bottom {
    display: flex;
    justify-content: center;
    font-size: 0.75rem;
    font-weight: 200;
}

.contact-details p {
    font-size: 0.75rem;
    font-weight: 400;
    margin: 0px;
    font-style: normal;
}

.btn--contact-us {
    background-color: var(--luxury-gold);
}

@media (min-width: 1024px) {

    .footer-brand-column {
        align-content: center;
        max-width: 220px;
    }

    .footer-top {
        grid-template-columns: 1.5fr 1fr 1fr 2fr;
        padding: 1rem 3rem;
    }

    .footer-container h3 {
        font-size: 0.938rem;
    }

    .footer-nav-links {
        line-height: normal;
    }

    .footer-nav-links li a {
        font-size: 0.75rem;
    }

    .footer-top::after {
        right: 1.875rem;
        left: 1.875rem;
    }

}