@import url('https://fonts.googleapis.com/css2?family=Cinzel:wght@400..900&family=Inter+Tight:ital,wght@0,100..900;1,100..900&display=swap');
@import url('https://db.onlinewebfonts.com/c/ea250342ec4016561ba9e791c2f39c11?family=Posterama+2001+W04+Regular');

/* Custom Transparent to Sticky Header Style */
#masthead {
    position: fixed !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    background-color: transparent !important;
    transition: background-color 0.4s ease, padding 0.4s ease, box-shadow 0.4s ease;
    border-bottom: none !important;
    padding-top: 15px !important;
    padding-bottom: 15px !important;
}

/* Ensure background color transition is smooth on the elementor root container */
#masthead .elementor-9 {
    transition: background-color 0.4s ease;
}

/* Admin bar offset support for logged-in administrators */
.admin-bar #masthead {
    top: 32px !important;
}

@media screen and (max-width: 782px) {
    .admin-bar #masthead {
        top: 46px !important;
    }
}

/* Force all inner Elementor containers in the header to be transparent by default */
#masthead .e-con,
#masthead .e-con-inner,
#masthead [data-element_type="container"] {
    background-color: transparent !important;
    background: transparent !important;
    box-shadow: none !important;
    border: none !important;
}

/* Fix logo container height and alignment */
#masthead .elementor-element-f50e422,
#masthead .elementor-element-481c03e {
    min-height: auto !important;
    height: auto !important;
    align-self: center !important;
}

#masthead .elementor-element-5d06723,
#masthead .elementor-element-6f3d656 {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    height: auto !important;
}

/* Initially Transparent State */
/* Logo styling: convert dark logo to white using CSS filters */
#masthead img {
    filter: brightness(0) invert(1) !important;
    transition: filter 0.4s ease;
    max-height: 100px;
    /* limit logo height */
    width: auto;
}

/* Navigation Menu styling */
#masthead .hfe-nav-menu {
    display: flex;
    align-items: center;
}

#masthead .hfe-nav-menu a.hfe-menu-item {
    color: #ffffff !important;
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    transition: color 0.3s ease;
    padding: 10px 16px !important;
}

/* Hover and Active Menu Item */
#masthead .hfe-nav-menu li:hover>a.hfe-menu-item,
#masthead .hfe-nav-menu li.current-menu-item>a.hfe-menu-item,
#masthead .hfe-nav-menu li.current_page_item>a.hfe-menu-item {
    color: #d7964f !important;
    /* Premium Antique Gold */
}

/* Style Book Now button - li.menu-button */
#masthead .hfe-nav-menu li.menu-button a.hfe-menu-item {
    background-color: #d7964f !important;
    color: #ffffff !important;
    border-radius: 50px !important;
    padding: 10px 24px !important;
    margin-left: 15px !important;
    border: 1px solid #d7964f !important;
    box-shadow: 0 4px 15px rgba(188, 157, 96, 0.2);
    transition: all 0.3s ease !important;
}

#masthead .hfe-nav-menu li.menu-button a.hfe-menu-item:hover {
    background-color: #4a3219 !important;
    border-color: #d7964f !important;
    transform: translateY(-2px);
    box-shadow: 0 6px 20px rgba(188, 157, 96, 0.4);
}

/* Mobile Toggle Icon */
#masthead .hfe-nav-menu__toggle {
    color: #ffffff !important;
    transition: color 0.4s ease;
}

/* --- Desktop Dropdown (Sub-menu) Premium Styling --- */
#masthead .sub-menu {
    border-radius: 6px !important;
    padding: 10px 0 !important;
    min-width: 230px !important;
    animation: hfeDropdownFade 0.3s cubic-bezier(0.16, 1, 0.3, 1) !important;
    transform-origin: top center;
    border: none !important;
}

@keyframes hfeDropdownFade {
    from {
        opacity: 0;
        transform: translateY(15px);
    }

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

/* Dropdown list item border separator */
#masthead .sub-menu li {
    width: 100% !important;
    display: block !important;
    border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
    margin: 0 !important;
}

#masthead.is-sticky .sub-menu li {
    border-bottom: 1px solid #f9f9f9 !important;
}

#masthead .sub-menu li:last-child {
    border-bottom: none !important;
}

/* Dropdown link styling */
#masthead .sub-menu a.hfe-sub-menu-item,
#masthead .sub-menu a.hfe-menu-item {
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 14px !important;
    font-weight: 400 !important;
    letter-spacing: 0.05em !important;
    padding: 12px 24px !important;
    display: block !important;
    width: 100% !important;
    transition: all 0.3s ease !important;
    text-transform: none ;
}

/* Dropdown styling - Transparent Header State */
#masthead:not(.is-sticky) .sub-menu {
    background: rgba(18, 18, 18, 0.92) !important;
    backdrop-filter: blur(12px) !important;
    -webkit-backdrop-filter: blur(12px) !important;

}

#masthead:not(.is-sticky) .sub-menu a.hfe-sub-menu-item,
#masthead:not(.is-sticky) .sub-menu a.hfe-menu-item {
    color: rgba(255, 255, 255, 0.85) !important;
}

/* Dropdown Hover State - Transparent Header */
#masthead:not(.is-sticky) .sub-menu li:hover>a.hfe-sub-menu-item,
#masthead:not(.is-sticky) .sub-menu li:hover>a.hfe-menu-item {
    color: #d7964f !important;
    background-color: rgba(255, 255, 255, 0.03) !important;
    padding-left: 30px !important;
}

/* --- Sticky State (On Scroll) --- */
#masthead.is-sticky,
#masthead.is-sticky .elementor-9 {
    background: #ffffff !important;
    background-color: #ffffff !important;
}

#masthead.is-sticky {
    padding-top: 10px !important;
    padding-bottom: 10px !important;
}

/* Logo on Sticky (White Background) */
#masthead.is-sticky img {
    filter: none !important;
    /* Restore original logo colors */
}

/* Menu Items on Sticky (White Background) */
#masthead.is-sticky .hfe-nav-menu a.hfe-menu-item {
    color: #1a1a1a !important;
    /* Dark Gray */
}

/* Hover and Active on Sticky */
#masthead.is-sticky .hfe-nav-menu li:hover>a.hfe-menu-item,
#masthead.is-sticky .hfe-nav-menu li.current-menu-item>a.hfe-menu-item,
#masthead.is-sticky .hfe-nav-menu li.current_page_item>a.hfe-menu-item {
    color: #d7964f !important;
}

/* Mobile Toggle on Sticky */
#masthead.is-sticky .hfe-nav-menu__toggle {
    color: #1a1a1a !important;
}

/* Dropdown styling - Sticky Header State */
#masthead.is-sticky .sub-menu {
    background-color: #ffffff !important;

}

#masthead.is-sticky .sub-menu a.hfe-sub-menu-item,
#masthead.is-sticky .sub-menu a.hfe-menu-item {
    color: #333333 !important;
}

/* Dropdown Hover State - Sticky Header */
#masthead.is-sticky .sub-menu li:hover>a.hfe-sub-menu-item,
#masthead.is-sticky .sub-menu li:hover>a.hfe-menu-item {
    color: #d7964f !important;
    background-color: #fafafa !important;
    padding-left: 30px !important;
}

/* Custom Dropdown Arrow SVG (Desktop) */
#masthead .sub-arrow {
    display: inline-block !important;
    position: relative !important;
    top: auto !important;
    right: auto !important;
    margin-left: 8px !important;
    width: 10px !important;
    height: 10px !important;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23ffffff' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    background-repeat: no-repeat !important;
    background-position: center !important;
    background-size: contain !important;
    vertical-align: middle !important;
    transition: transform 0.3s ease, background-image 0.3s ease !important;
}

#masthead .sub-arrow i {
    display: none !important;
}

/* Hover/Active Arrow Color Change & Rotation (Desktop) */
#masthead .hfe-nav-menu li:hover > .hfe-has-submenu-container a .sub-arrow,
#masthead .hfe-nav-menu li:hover > a .sub-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23d7964f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    transform: rotate(180deg) !important;
}

/* Sticky Header Arrow Color (Desktop) */
#masthead.is-sticky .sub-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
}

#masthead.is-sticky .hfe-nav-menu li:hover > .hfe-has-submenu-container a .sub-arrow,
#masthead.is-sticky .hfe-nav-menu li:hover > a .sub-arrow {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23d7964f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    transform: rotate(180deg) !important;
}

/* Mobile menu toggle styling fix */
#masthead .hfe-nav-menu__toggle svg {
    fill: currentColor !important;
}

/* --- Mobile/Tablet Header & Menu Optimizations (Offcanvas style) --- */
@media (max-width: 1024px) {

    /* Align mobile parent container layout */
    #masthead .elementor-element-2ffd98b,
    #masthead .elementor-element-2ffd98b .e-con-inner {
        min-height: auto !important;
        height: auto !important;
        display: flex !important;
        flex-direction: row !important;
        flex-wrap: nowrap !important;
        justify-content: space-between !important;
        align-items: center !important;
        --align-items: center !important;
    }

    /* Balance mobile header padding */
    #masthead {
        padding-top: 10px !important;
        padding-bottom: 10px !important;
    }

    /* Force mobile logo size limit */
    #masthead img {
        max-height: 50px !important;
    }

    /* Mobile Menu Toggle Button base style */
    #masthead .hfe-nav-menu__toggle {
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        font-size: 24px !important;
        width: 44px !important;
        height: 44px !important;
        border-radius: 50% !important;
        background-color: rgba(255, 255, 255, 0.1) !important;
        transition: all 0.3s ease !important;
        margin-left: auto !important;
        margin-right: 0 !important;
        z-index: 9999999 !important;
    }

    /* Toggle icon on transparent header */
    #masthead .hfe-nav-menu__toggle {
        color: #ffffff !important;
    }

    /* Toggle icon on sticky white header */
    #masthead.is-sticky .hfe-nav-menu__toggle {
        color: #1a1a1a !important;
        background-color: rgba(0, 0, 0, 0.05) !important;
    }

    /* Toggle icon hover state */
    #masthead .hfe-nav-menu__toggle:hover {
        background-color: rgba(255, 255, 255, 0.2) !important;
    }

    #masthead.is-sticky .hfe-nav-menu__toggle:hover {
        background-color: rgba(0, 0, 0, 0.1) !important;
    }

    /* Shift toggle icon fixed when active (placed inside offcanvas top right) */
    #masthead .hfe-active-menu,
    #masthead .hfe-active-menu-full-width {
        position: fixed !important;
        top: 20px !important;
        right: 20px !important;
        color: #1a1a1a !important;
        background-color: #f5f5f5 !important;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08) !important;
        z-index: 10000000 !important;
        /* Above the offcanvas */
        transition: all 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
    }

    /* Active close button hover state with smooth rotation and premium gold shift */
    #masthead .hfe-active-menu:hover,
    #masthead .hfe-active-menu-full-width:hover {
        background-color: #d7964f !important;
        color: #ffffff !important;
        transform: rotate(90deg) !important;
        box-shadow: 0 6px 16px rgba(215, 150, 79, 0.3) !important;
    }

    /* Backdrop Blur Overlay when mobile menu is open */
    #masthead:has(.hfe-active-menu)::after,
    #masthead:has(.hfe-active-menu-full-width)::after {
        content: "" !important;
        position: fixed !important;
        top: 0 !important;
        left: 0 !important;
        width: 100vw !important;
        height: 100vh !important;
        background-color: rgba(0, 0, 0, 0.4) !important;
        backdrop-filter: blur(4px) !important;
        -webkit-backdrop-filter: blur(4px) !important;
        z-index: 0 !important;
        animation: hfeFadeIn 0.3s ease forwards;
        pointer-events: auto !important;
    }

    @keyframes hfeFadeIn {
        from {
            opacity: 0;
        }

        to {
            opacity: 1;
        }
    }

    /* Offcanvas Sidebar Menu Container */
    #masthead .hfe-nav-menu__layout-horizontal {
        position: fixed !important;
        top: 0 !important;
        right: 0 !important;
        width: 320px !important;
        max-width: 85vw !important;
        height: 100vh !important;
        background-color: #ffffff !important;
        box-shadow: -5px 0 30px rgba(0, 0, 0, 0.15) !important;
        padding: 80px 20px 40px 20px !important;
        z-index: 999999 !important;
        display: block !important;
        transform: translateX(100%) !important;
        transition: transform 0.4s cubic-bezier(0.16, 1, 0.3, 1) !important;
        overflow-y: auto !important;
        left: auto !important;
        margin-top: 0 !important;
        border: none !important;
        border-radius: 0 !important;
    }

    /* Slide in active offcanvas sidebar */
    #masthead .hfe-active-menu+.hfe-nav-menu__layout-horizontal,
    #masthead .hfe-active-menu-full-width+.hfe-nav-menu__layout-horizontal {
        transform: translateX(0) !important;
        opacity: 1 !important;
        visibility: visible !important;
    }

    /* List items layout inside offcanvas */
    #masthead .hfe-nav-menu__layout-horizontal ul.hfe-nav-menu {
        flex-direction: column !important;
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }

    #masthead .hfe-nav-menu__layout-horizontal li.menu-item,
    #masthead .hfe-nav-menu__layout-horizontal .hfe-has-submenu-container {
        position: relative !important;
    }

    #masthead .hfe-nav-menu__layout-horizontal li.menu-item {
        width: 100% !important;
        display: block !important;
        margin: 0 !important;
        border-bottom: 1px solid #f5f5f5 !important;
    }

    #masthead .hfe-nav-menu__layout-horizontal li.menu-item:last-child {
        border-bottom: none !important;
    }

    #masthead .hfe-nav-menu__layout-horizontal li a.hfe-menu-item {
        color: #1a1a1a !important;
        padding: 16px 50px 16px 10px !important;
        font-size: 15px !important;
        font-weight: 500 !important;
        letter-spacing: 0.05em !important;
        text-transform: uppercase !important;
        display: block !important;
        width: 100% !important;
        transition: all 0.3s ease !important;
        background: transparent !important;
    }

    /* Hover and Active on links */
    #masthead .hfe-nav-menu__layout-horizontal li a.hfe-menu-item:hover,
    #masthead .hfe-nav-menu__layout-horizontal li.current-menu-item>a.hfe-menu-item {
        color: #d7964f !important;
        padding-left: 20px !important;
    }

    /* Mobile sub-menu toggle and spacing */
    #masthead .hfe-nav-menu__layout-horizontal .sub-arrow {
        position: absolute !important;
        right: 10px !important;
        top: 50% !important;
        transform: translateY(-50%) !important;
        width: 30px !important;
        height: 30px !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%231a1a1a' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
        background-repeat: no-repeat !important;
        background-position: center !important;
        background-size: 10px 6px !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        transition: transform 0.3s ease, background-image 0.3s ease !important;
        z-index: 10 !important;
    }

    /* Mobile sub-arrow active rotation */
    #masthead .hfe-nav-menu__layout-horizontal .hfe-has-submenu-container.sub-menu-active .sub-arrow,
    #masthead .hfe-nav-menu__layout-horizontal .hfe-has-submenu-container.sub-menu-active > a .sub-arrow {
        transform: translateY(-50%) rotate(180deg) !important;
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 10 6' fill='none'%3E%3Cpath d='M1 1L5 5L9 1' stroke='%23d7964f' stroke-width='1.8' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E") !important;
    }

    #masthead .hfe-nav-menu__layout-horizontal .sub-menu {
        background-color: #fcfcfc !important;
        box-shadow: none !important;

        padding: 5px 0 !important;
        position: relative !important;
        width: 100% !important;
        left: 0 !important;
    }

    #masthead .hfe-nav-menu__layout-horizontal .sub-menu a.hfe-sub-menu-item {
        color: #555555 !important;
        padding: 12px 20px !important;
        font-size: 14px !important;
        text-transform: none !important;
        letter-spacing: normal !important;
    }

    #masthead .hfe-nav-menu__layout-horizontal .sub-menu a.hfe-sub-menu-item:hover {
        color: #d7964f !important;
        padding-left: 28px !important;
    }

    /* Style the CTA button at the bottom of the offcanvas sidebar */
    #masthead .hfe-nav-menu__layout-horizontal li.menu-button {
        padding: 25px 10px 10px 10px !important;
        border-bottom: none !important;
    }

    #masthead .hfe-nav-menu__layout-horizontal li.menu-button a.hfe-menu-item {
        background-color: #d7964f !important;
        color: #ffffff !important;
        border-radius: 4px !important;
        text-align: center !important;
        padding: 12px 20px !important;
        margin-left: 0 !important;
        border: none !important;
        box-shadow: 0 4px 15px rgba(188, 157, 96, 0.15) !important;
    }

    #masthead .hfe-nav-menu__layout-horizontal li.menu-button a.hfe-menu-item:hover {
        background-color: #ab8e53 !important;
        padding-left: 10px !important;
        transform: none !important;
    }
}

.hfe-nav-menu-icon {
    display: flex;
}

/* --- Global Typography Overrides --- */

/* 1. Base Body Elements */
body,
html,
p,
span,
li,
label,
input,
textarea,
select,
.elementor-widget-text-editor,
.elementor-text-editor,
.elementor-text-editor * {
    font-family: 'Inter Tight', sans-serif !important;
}

body, p, li, label, .elementor-text-editor {
    font-size: 16px !important;
    font-size: clamp(15px, 0.95vw + 12px, 16px) !important;
    line-height: 1.7 !important; /* Premium readable line height from target site */
    font-weight: 400 !important; /* Elegant light-weight body text */
    color: #333333 !important;
}

/* Ensure bold text retains its weight under global overrides */
strong, b, strong *, b *, .elementor-text-editor strong, .elementor-text-editor b {
    font-weight: 600 !important;
}

/* 2. Headings & Title Elements */
h1, h2, h3, h4, h5, h6,
h1 *, h2 *, h3 *, h4 *, h5 *, h6 *,
.elementor-heading-title,
.elementor-heading-title *,
.site-title,
.site-title *,
.entry-title,
.entry-title *,
.widget-title,
.widget-title * {
    font-family: 'Cinzel', serif !important;
    color: #1a1a1a !important;
    font-weight: 400 !important;
    letter-spacing: 0.04em !important; /* Premium letter-spacing for resort-style headers */
}

/* 3. Menus, Sub-menus, Buttons & Button Children */
.hfe-nav-menu a,
.hfe-nav-menu a *,
.menu-item a,
.menu-item a *,
.hfe-menu-item,
.hfe-sub-menu-item,
.elementor-button,
.elementor-button *,
.button,
button,
button *,
input[type="submit"],
input[type="button"],
input[type="reset"] {
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-weight: 500 !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
}

/* Global Button Consistency Upgrades */
.elementor-button,
.button,
button,
input[type="submit"],
input[type="button"],
.forminator-button-submit,
.forminator-button {
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.12em !important;
    border-radius: 50px !important;
    padding: 12px 28px !important;
    line-height: 1 !important;
    box-sizing: border-box !important;
    height: auto !important;
    transition: all 0.3s ease !important;
}

/* Primary buttons style enforcement (Gold background, white text) */
.elementor-button:not(.elementor-button-outline):not(.outline),
.button:not(.outline),
button:not(.outline),
input[type="submit"],
.forminator-button-submit {
    background-color: #d7964f !important;
    border: 1px solid #d7964f !important;
    color: #ffffff !important;
    box-shadow: 0 4px 15px rgba(215, 150, 79, 0.2) !important;
}

/* Primary buttons hover state */
.elementor-button:not(.elementor-button-outline):not(.outline):hover,
.button:not(.outline):hover,
button:not(.outline):hover,
input[type="submit"]:hover,
.forminator-button-submit:hover {
    background-color: #1a1a1a !important;
    border-color: #1a1a1a !important;
    color: #ffffff !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15) !important;
    transform: translateY(-1px) !important;
}

/* Outline/transparent button variations */
.elementor-button-outline,
.button.outline,
button.outline {
    background-color: transparent !important;
    border: 2px solid #d7964f !important;
    color: #d7964f !important;
}

.elementor-button-outline:hover,
.button.outline:hover,
button.outline:hover {
    background-color: #d7964f !important;
    color: #ffffff !important;
    border-color: #d7964f !important;
    transform: translateY(-1px) !important;
}

/* Force consistency on child elements of buttons */
.elementor-button *,
.button *,
button *,
.forminator-button-submit *,
.forminator-button * {
    font-family: inherit !important;
    font-size: inherit !important;
    letter-spacing: inherit !important;
    text-transform: inherit !important;
}


/* 4. Fluid Responsive Font Sizes & Formatting using clamp() */

h1, .elementor-widget-heading h1 .elementor-heading-title, h1.elementor-heading-title {
    font-size: clamp(32px, 4.5vw, 54px) !important;
    line-height: 1.25 !important;
}
h2, .elementor-widget-heading h2 .elementor-heading-title, h2.elementor-heading-title {
    font-size: clamp(24px, 3.5vw, 38px) !important;
    line-height: 1.3 !important;
}
h3, .elementor-widget-heading h3 .elementor-heading-title, h3.elementor-heading-title {
    font-size: clamp(20px, 2.5vw, 28px) !important;
    line-height: 1.35 !important;
}
h4, .elementor-widget-heading h4 .elementor-heading-title, h4.elementor-heading-title {
    font-size: clamp(18px, 2vw, 22px) !important;
    line-height: 1.4 !important;
}
h5, .elementor-widget-heading h5 .elementor-heading-title, h5.elementor-heading-title {
    font-size: clamp(15px, 1.5vw, 18px) !important;
    line-height: 1.45 !important;
}
h6, .elementor-widget-heading h6 .elementor-heading-title, h6.elementor-heading-title {
    font-size: clamp(13px, 1.2vw, 15px) !important;
    line-height: 1.5 !important;
}

/* Scoped Overrides for Dark Background Containers on Homepage */
.elementor-element-0607b03 h1, .elementor-element-0607b03 h2, .elementor-element-0607b03 h3, .elementor-element-0607b03 h4, .elementor-element-0607b03 h5, .elementor-element-0607b03 h6,
.elementor-element-0607b03 h1 *, .elementor-element-0607b03 h2 *, .elementor-element-0607b03 h3 *, .elementor-element-0607b03 h4 *, .elementor-element-0607b03 h5 *, .elementor-element-0607b03 h6 *,
.elementor-element-0607b03 .elementor-heading-title, .elementor-element-0607b03 .elementor-heading-title *,
.elementor-element-0607b03 p, .elementor-element-0607b03 span, .elementor-element-0607b03 li, .elementor-element-0607b03 label, .elementor-element-0607b03 a,
.elementor-element-0607b03 .elementor-text-editor, .elementor-element-0607b03 .elementor-text-editor *,

.elementor-element-bd70d79 h1, .elementor-element-bd70d79 h2, .elementor-element-bd70d79 h3, .elementor-element-bd70d79 h4, .elementor-element-bd70d79 h5, .elementor-element-bd70d79 h6,
.elementor-element-bd70d79 h1 *, .elementor-element-bd70d79 h2 *, .elementor-element-bd70d79 h3 *, .elementor-element-bd70d79 h4 *, .elementor-element-bd70d79 h5 *, .elementor-element-bd70d79 h6 *,
.elementor-element-bd70d79 .elementor-heading-title, .elementor-element-bd70d79 .elementor-heading-title *,
.elementor-element-bd70d79 p, .elementor-element-bd70d79 span, .elementor-element-bd70d79 li, .elementor-element-bd70d79 label, .elementor-element-bd70d79 a,
.elementor-element-bd70d79 .elementor-text-editor, .elementor-element-bd70d79 .elementor-text-editor *,

.elementor-element-9cbf66e h1, .elementor-element-9cbf66e h2, .elementor-element-9cbf66e h3, .elementor-element-9cbf66e h4, .elementor-element-9cbf66e h5, .elementor-element-9cbf66e h6,
.elementor-element-9cbf66e h1 *, .elementor-element-9cbf66e h2 *, .elementor-element-9cbf66e h3 *, .elementor-element-9cbf66e h4 *, .elementor-element-9cbf66e h5 *, .elementor-element-9cbf66e h6 *,
.elementor-element-9cbf66e .elementor-heading-title, .elementor-element-9cbf66e .elementor-heading-title *,
.elementor-element-9cbf66e p, .elementor-element-9cbf66e span, .elementor-element-9cbf66e li, .elementor-element-9cbf66e label, .elementor-element-9cbf66e a,
.elementor-element-9cbf66e .elementor-text-editor, .elementor-element-9cbf66e .elementor-text-editor *,

.elementor-element-ade5ada h1, .elementor-element-ade5ada h2, .elementor-element-ade5ada h3, .elementor-element-ade5ada h4, .elementor-element-ade5ada h5, .elementor-element-ade5ada h6,
.elementor-element-ade5ada h1 *, .elementor-element-ade5ada h2 *, .elementor-element-ade5ada h3 *, .elementor-element-ade5ada h4 *, .elementor-element-ade5ada h5 *, .elementor-element-ade5ada h6 *,
.elementor-element-ade5ada .elementor-heading-title, .elementor-element-ade5ada .elementor-heading-title *,
.elementor-element-ade5ada p, .elementor-element-ade5ada span, .elementor-element-ade5ada li, .elementor-element-ade5ada label, .elementor-element-ade5ada a,
.elementor-element-ade5ada .elementor-text-editor, .elementor-element-ade5ada .elementor-text-editor *,

.elementor-element-b400661 h1, .elementor-element-b400661 h2, .elementor-element-b400661 h3, .elementor-element-b400661 h4, .elementor-element-b400661 h5, .elementor-element-b400661 h6,
.elementor-element-b400661 h1 *, .elementor-element-b400661 h2 *, .elementor-element-b400661 h3 *, .elementor-element-b400661 h4 *, .elementor-element-b400661 h5 *, .elementor-element-b400661 h6 *,
.elementor-element-b400661 .elementor-heading-title, .elementor-element-b400661 .elementor-heading-title *,
.elementor-element-b400661 p, .elementor-element-b400661 span, .elementor-element-b400661 li, .elementor-element-b400661 label, .elementor-element-b400661 a,
.elementor-element-b400661 .elementor-text-editor, .elementor-element-b400661 .elementor-text-editor *,

.elementor-element-f96e9b7 h1, .elementor-element-f96e9b7 h2, .elementor-element-f96e9b7 h3, .elementor-element-f96e9b7 h4, .elementor-element-f96e9b7 h5, .elementor-element-f96e9b7 h6,
.elementor-element-f96e9b7 h1 *, .elementor-element-f96e9b7 h2 *, .elementor-element-f96e9b7 h3 *, .elementor-element-f96e9b7 h4 *, .elementor-element-f96e9b7 h5 *, .elementor-element-f96e9b7 h6 *,
.elementor-element-f96e9b7 .elementor-heading-title, .elementor-element-f96e9b7 .elementor-heading-title *,
.elementor-element-f96e9b7 p, .elementor-element-f96e9b7 span, .elementor-element-f96e9b7 li, .elementor-element-f96e9b7 label, .elementor-element-f96e9b7 a,
.elementor-element-f96e9b7 .elementor-text-editor, .elementor-element-f96e9b7 .elementor-text-editor * {
    color: #ffffff !important;
}

/* Step Into Royal Legacy Section (dba2dcf) Overrides */
.elementor-element-dba2dcf h2,
.elementor-element-dba2dcf h2.elementor-heading-title,
.elementor-element-dba2dcf h2.elementor-heading-title *,
.elementor-element-dba2dcf .elementor-heading-title,
.elementor-element-dba2dcf .elementor-heading-title * {
    color: #daa45e !important;
}

.elementor-element-dba2dcf p,
.elementor-element-dba2dcf span,
.elementor-element-dba2dcf li,
.elementor-element-dba2dcf label,
.elementor-element-dba2dcf a,
.elementor-element-dba2dcf .elementor-text-editor,
.elementor-element-dba2dcf .elementor-text-editor * {
    color: #ffffff !important;
}

/* Footer Section Design - White background with black text */
#colophon {
    background-color: #ffffff !important; /* Force clean white background */
    border-top: 1px solid rgba(0, 0, 0, 0.08) !important;
    padding-top: 60px !important;
    padding-bottom: 60px !important;
}

#colophon,
#colophon p,
#colophon span,
#colophon li,
#colophon label,
#colophon a,
#colophon h1,
#colophon h2,
#colophon h3,
#colophon h4,
#colophon h5,
#colophon h6,
#colophon .elementor-heading-title,
#colophon .elementor-heading-title *,
#colophon .elementor-text-editor,
#colophon .elementor-text-editor *,
.elementor-42,
.elementor-42 p,
.elementor-42 span,
.elementor-42 li,
.elementor-42 label,
.elementor-42 a,
.elementor-42 h1,
.elementor-42 h2,
.elementor-42 h3,
.elementor-42 h4,
.elementor-42 h5,
.elementor-42 h6,
.elementor-42 .elementor-heading-title,
.elementor-42 .elementor-heading-title *,
.elementor-42 .elementor-text-editor,
.elementor-42 .elementor-text-editor * {
    color: #000000 !important; /* Force pure black text color */
}

/* Keep logo in its original state on the white background (no invert filter) */
#colophon img {
    filter: none !important;
    max-height: 80px !important;
    width: auto !important;
}

/* Ensure footer button text remains white for contrast on the gold/maroon background */
#colophon .elementor-button,
#colophon .elementor-button *,
#colophon .elementor-button:hover,
#colophon .elementor-button:hover * {
    color: #ffffff !important;
}

#colophon a,
.elementor-42 a {
    transition: color 0.3s ease !important;
}

#colophon a:hover,
#colophon a:hover *,
.elementor-42 a:hover,
.elementor-42 a:hover * {
    color: #d7964f !important; /* Antique Gold hover state */
}

/* Force footer links to use Posterama 2001 W04 Regular instead of serif headings */
#colophon .elementor-heading-title,
#colophon .elementor-heading-title *,
.elementor-42 .elementor-heading-title,
.elementor-42 .elementor-heading-title * {
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-weight: 500 !important;
    font-size: 14px !important;
    letter-spacing: 0.12em !important;
    text-transform: uppercase !important;
    font-style: normal !important;
}

/* --- Subpage Banner Premium Typography & Visibility Fixes --- */
/* Target subpage hero banners (ee76258: About Us, 405010e: Accommodation/Dining, ba4a5bb: Contact) */
.elementor-element-ee76258 h1, .elementor-element-ee76258 h1 *, .elementor-element-ee76258 h2, .elementor-element-ee76258 h2 *, .elementor-element-ee76258 .elementor-heading-title,
.elementor-element-405010e h1, .elementor-element-405010e h1 *, .elementor-element-405010e h2, .elementor-element-405010e h2 *, .elementor-element-405010e .elementor-heading-title,
.elementor-element-ba4a5bb h1, .elementor-element-ba4a5bb h1 *, .elementor-element-ba4a5bb h2, .elementor-element-ba4a5bb h2 *, .elementor-element-ba4a5bb .elementor-heading-title {
    font-family: 'Cinzel', serif !important;
    font-weight: 400 !important;
    color: #ffffff !important;
    text-transform: none ;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.4) !important;
}

/* Banner Subtitle - Posterama 2001 uppercase Gold */
.elementor-element-ee76258 h3, .elementor-element-ee76258 h3 *, .elementor-element-ee76258 h5, .elementor-element-ee76258 h5 *,
.elementor-element-405010e h3, .elementor-element-405010e h3 *, .elementor-element-405010e h5, .elementor-element-405010e h5 *,
.elementor-element-ba4a5bb h3, .elementor-element-ba4a5bb h3 *, .elementor-element-ba4a5bb h5, .elementor-element-ba4a5bb h5 * {
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-weight: 500 !important;
    color: #d7964f !important;
    text-transform: uppercase !important;
    letter-spacing: 0.15em !important;
    font-style: normal !important;
}

/* Description/Text Editor - Inter Tight white body */
.elementor-element-ee76258 p, .elementor-element-ee76258 span, .elementor-element-ee76258 li, .elementor-element-ee76258 label, .elementor-element-ee76258 .elementor-text-editor, .elementor-element-ee76258 .elementor-text-editor *,
.elementor-element-405010e p, .elementor-element-405010e span, .elementor-element-405010e li, .elementor-element-405010e label, .elementor-element-405010e .elementor-text-editor, .elementor-element-405010e .elementor-text-editor *,
.elementor-element-ba4a5bb p, .elementor-element-ba4a5bb span, .elementor-element-ba4a5bb li, .elementor-element-ba4a5bb label, .elementor-element-ba4a5bb .elementor-text-editor, .elementor-element-ba4a5bb .elementor-text-editor * {
    font-family: 'Inter Tight', sans-serif !important;
    font-weight: 300 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    font-style: normal !important;
}

/* --- Subpage Dark Background Sections Visibility Overrides --- */

/* About Us Page "A Royal Homecoming" section with video */
.elementor-element-74ac524 h1, .elementor-element-74ac524 h2, .elementor-element-74ac524 h3, .elementor-element-74ac524 h4, .elementor-element-74ac524 h5, .elementor-element-74ac524 h6,
.elementor-element-74ac524 h1 *, .elementor-element-74ac524 h2 *, .elementor-element-74ac524 h3 *, .elementor-element-74ac524 h4 *, .elementor-element-74ac524 h5 *, .elementor-element-74ac524 h6 *,
.elementor-element-74ac524 .elementor-heading-title, .elementor-element-74ac524 .elementor-heading-title *,
.elementor-element-74ac524 p, .elementor-element-74ac524 span, .elementor-element-74ac524 li, .elementor-element-74ac524 label, .elementor-element-74ac524 a,
.elementor-element-74ac524 .elementor-text-editor, .elementor-element-74ac524 .elementor-text-editor * {
    color: #ffffff !important;
}

/* Accommodation bottom section ("Where Dreams Rest in Royalty") & Dining bottom section ("Offerings Beyond the Realm") */
.elementor-element-0b3b2f9 h1, .elementor-element-0b3b2f9 h2, .elementor-element-0b3b2f9 h3, .elementor-element-0b3b2f9 h4, .elementor-element-0b3b2f9 h5, .elementor-element-0b3b2f9 h6,
.elementor-element-0b3b2f9 h1 *, .elementor-element-0b3b2f9 h2 *, .elementor-element-0b3b2f9 h3 *, .elementor-element-0b3b2f9 h4 *, .elementor-element-0b3b2f9 h5 *, .elementor-element-0b3b2f9 h6 *,
.elementor-element-0b3b2f9 .elementor-heading-title, .elementor-element-0b3b2f9 .elementor-heading-title *,
.elementor-element-0b3b2f9 p, .elementor-element-0b3b2f9 span, .elementor-element-0b3b2f9 li, .elementor-element-0b3b2f9 label, .elementor-element-0b3b2f9 a,
.elementor-element-0b3b2f9 .elementor-text-editor, .elementor-element-0b3b2f9 .elementor-text-editor * {
    color: #ffffff !important;
}

/* --- Accommodation Page Suite/Room Headings & Subtitles (Coded inside text-editors) --- */

/* Restoring Cinzel serif font to main suite heading titles */
.elementor-page-20 .elementor-element-4f2bf9c,
.elementor-page-20 .elementor-element-4f2bf9c *,
.elementor-page-20 .elementor-element-fe358b5,
.elementor-page-20 .elementor-element-fe358b5 *,
.elementor-page-20 .elementor-element-d74e397,
.elementor-page-20 .elementor-element-d74e397 *,
.elementor-page-20 .elementor-element-a424abd,
.elementor-page-20 .elementor-element-a424abd *,
.elementor-page-20 .elementor-element-ee3bc6d,
.elementor-page-20 .elementor-element-ee3bc6d * {
    font-family: 'Cinzel', serif !important;
    color: #1a1a1a !important;
    font-weight: 400 !important;
    font-size: clamp(24px, 3vw, 32px) !important;
    line-height: 1.3 !important;
    letter-spacing: 0.04em !important;
    text-transform: none ;
}

/* Styling subtitles below suite headings as gold italic */
.elementor-page-20 .elementor-element-cd8b4b6,
.elementor-page-20 .elementor-element-cd8b4b6 *,
.elementor-page-20 .elementor-element-5865286,
.elementor-page-20 .elementor-element-5865286 *,
.elementor-page-20 .elementor-element-a9563e7,
.elementor-page-20 .elementor-element-a9563e7 *,
.elementor-page-20 .elementor-element-6cfc09a,
.elementor-page-20 .elementor-element-6cfc09a *,
.elementor-page-20 .elementor-element-b8df4de,
.elementor-page-20 .elementor-element-b8df4de * {
    font-family: 'Inter Tight', sans-serif !important;
    font-weight: 400 !important;
    color: #d7964f !important; /* Premium Antique Gold */
    font-size: clamp(14px, 1.2vw, 16px) !important;
    margin-top: 5px !important;
    text-transform: none ;
}
elementor-948 .elementor-element.elementor-element-5ace94b h2 {
    color: #fff !important;
}
/* --- Dining & Events Page Subtitles Consistency Overrides --- */
.elementor-page-948 .elementor-element-9e51e9b,
.elementor-page-948 .elementor-element-9e51e9b *,
.elementor-page-948 .elementor-element-4f2bf9c,
.elementor-page-948 .elementor-element-4f2bf9c *,
.elementor-page-948 .elementor-element-875afa1,
.elementor-page-948 .elementor-element-875afa1 *,
.elementor-page-948 .elementor-element-a424abd,
.elementor-page-948 .elementor-element-a424abd *,
.elementor-page-948 .elementor-element-99609ad,
.elementor-page-948 .elementor-element-99609ad * {
    font-family: 'Inter Tight', sans-serif !important;
    font-weight: 400 !important;
    color: #d7964f !important; /* Premium Antique Gold */
    font-size: clamp(14px, 1.2vw, 16px) !important;
    margin-top: 5px !important;
    text-transform: none !important;
}

/* --- Dining & Events Page Main Headings Visibility Overrides --- */
.elementor-page-948 .elementor-element-7b5982c,
.elementor-page-948 .elementor-element-7b5982c *,
.elementor-page-948 .elementor-element-139ab41,
.elementor-page-948 .elementor-element-139ab41 *,
.elementor-page-948 .elementor-element-5ace94b,
.elementor-page-948 .elementor-element-5ace94b *,
.elementor-page-948 .elementor-element-f4ba9da,
.elementor-page-948 .elementor-element-f4ba9da *,
.elementor-page-948 .elementor-element-0452a14,
.elementor-page-948 .elementor-element-0452a14 * {
    font-family: 'Cinzel', serif !important;
    color: #1a1a1a !important;
    font-weight: 400 !important;
    font-size: clamp(24px, 3vw, 32px) !important;
    line-height: 1.3 !important;
    letter-spacing: 0.04em !important;
    text-transform: none ;
}

/* -------------------------------------------------------------
   BLOG LISTING (ARCHIVE) PAGE STYLING
------------------------------------------------------------- */
body:not([class*=elementor-page-]) .site-main.blog-archive-main,
body:not([class*=elementor-page-]) .site-main.blog-single-main {
    max-width: none !important;
    width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

.blog-archive-main {
    background-color: #fafafa;
}

/* Blog Hero Banner */
.blog-hero-banner {
    position: relative;
    width: 100%;
    height: 50vh;
    min-height: 350px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin-bottom: 60px;
    padding-top: 80px;
    box-sizing: border-box;
}

.blog-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.3) 60%, rgba(0, 0, 0, 0.5) 100%);
    z-index: 1;
}

.blog-hero-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    padding: 0 20px;
}

.blog-hero-subtitle {
    display: block;
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 14px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.25em !important;
    color: #d7964f !important; /* Gold */
    margin-bottom: 15px !important;
}

.blog-hero-title {
    font-family: 'Cinzel', serif !important;
    font-size: clamp(36px, 5vw, 52px) !important;
    font-weight: 400 !important;
    text-transform: none !important;
    color: #ffffff !important;
    margin: 0 0 20px 0 !important;
    text-shadow: 0 2px 10px rgba(0, 0, 0, 0.3);
}

.blog-hero-description {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: clamp(14px, 1.5vw, 16px) !important;
    font-weight: 300 !important;
    line-height: 1.6 !important;
    color: rgba(255, 255, 255, 0.9) !important;
    margin: 0 auto !important;
    max-width: 600px;
}

/* Blog Page Container */
.blog-page-container {
    max-width: 1200px;
    margin: 0 auto 80px auto;
    padding: 0 20px;
}

/* Card Grid Layout */
.blog-card-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 50px;
}

/* Individual Post Card */
.blog-card {
    background-color: #ffffff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    display: flex;
    flex-direction: column;
}

.blog-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}

.blog-card-image-wrapper {
    width: 100%;
    aspect-ratio: 16/10;
    overflow: hidden;
    position: relative;
    background-color: #f0f0f0;
}

.blog-card-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.blog-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.5s ease;
}

.blog-card:hover .blog-card-img {
    transform: scale(1.04);
}

.blog-card-content {
    padding: 28px;
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}

.blog-card-meta {
    display: flex;
    align-items: center;
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    color: #888888 !important;
    margin-bottom: 12px;
}

.blog-card-category {
    color: #d7964f !important; /* Gold category tag */
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
}

.blog-card-meta-sep {
    margin: 0 8px;
    color: #cccccc;
}

.blog-card-title {
    font-family: 'Cinzel', serif !important;
    font-size: 20px !important;
    line-height: 1.4 !important;
    margin: 0 0 15px 0 !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

.blog-card-title a {
    color: #1a1a1a !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.blog-card-title a:hover {
    color: #d7964f !important;
}

.blog-card-excerpt {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 14px !important;
    line-height: 1.6 !important;
    color: #666666 !important;
    margin-bottom: 20px;
    flex-grow: 1;
}

.blog-card-readmore {
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #d7964f !important;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: color 0.3s ease;
}

.blog-card-readmore:hover {
    color: #4a3219 !important;
}

.readmore-arrow {
    margin-left: 6px;
    transition: transform 0.3s ease;
}

.blog-card-readmore:hover .readmore-arrow {
    transform: translateX(4px);
}

/* Pagination styles */
.blog-pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 50px;
    gap: 8px;
}

.blog-pagination .page-numbers {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 1px solid rgba(215, 150, 79, 0.3);
    color: #d7964f !important;
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 13px !important;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-pagination .page-numbers:hover,
.blog-pagination .page-numbers.current {
    background-color: #d7964f;
    color: #ffffff !important;
    border-color: #d7964f;
}

.blog-pagination .page-numbers.prev,
.blog-pagination .page-numbers.next {
    width: auto;
    padding: 0 16px;
    border-radius: 20px;
}

/* -------------------------------------------------------------
   BLOG SINGLE (DETAIL) PAGE STYLING
------------------------------------------------------------- */
.blog-single-main {
    background-color: #ffffff;
}

/* Single Hero Banner */
.blog-single-hero {
    position: relative;
    width: 100%;
    height: 60vh;
    min-height: 400px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    box-sizing: border-box;
    padding-top: 80px;
}

.blog-single-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.4) 60%, rgba(0, 0, 0, 0.6) 100%);
    z-index: 1;
}

.blog-single-hero-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    padding: 0 20px;
}

.blog-single-hero-category {
    display: inline-block;
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.2em !important;
    color: #d7964f !important;
    margin-bottom: 15px;
    background: rgba(255, 255, 255, 0.1);
    padding: 6px 16px;
    border-radius: 50px;
    backdrop-filter: blur(4px);
}

.blog-single-hero-title {
    font-family: 'Cinzel', serif !important;
    font-size: clamp(28px, 4.5vw, 46px) !important;
    font-weight: 400 !important;
    line-height: 1.3 !important;
    color: #ffffff !important;
    margin: 0 0 20px 0 !important;
    text-transform: none !important;
    text-shadow: 0 2px 15px rgba(0, 0, 0, 0.4);
}

.blog-single-hero-meta {
    display: flex;
    align-items: center;
    justify-content: center;
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 13px !important;
    font-weight: 400 !important;
    color: rgba(255, 255, 255, 0.9) !important;
}

.meta-item {
    letter-spacing: 0.05em;
}

.meta-item-sep {
    margin: 0 10px;
    color: rgba(255, 255, 255, 0.4);
}

/* Reading container */
.blog-single-container {
    max-width: 840px;
    margin: 60px auto 100px auto;
    padding: 0 20px;
    box-sizing: border-box;
}

.blog-single-content {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 18px !important;
    line-height: 1.85 !important;
    color: #1a1a1a !important; /* Safe deep black */
    font-weight: 300 !important;
}

.blog-single-content p {
    font-size: 18px !important;
    line-height: 1.85 !important;
    color: #1a1a1a !important;
    margin-bottom: 25px !important;
}

.blog-single-content h2,
.blog-single-content h3 {
    font-family: 'Cinzel', serif !important;
    color: #1a1a1a !important;
    font-weight: 400 !important;
    margin-top: 45px !important;
    margin-bottom: 20px !important;
    text-transform: none !important;
}

.blog-single-content h2 {
    font-size: clamp(24px, 3vw, 30px) !important;
}

.blog-single-content h3 {
    font-size: clamp(20px, 2vw, 24px) !important;
}

/* Blockquotes styled */
.blog-single-content blockquote.blog-blockquote,
.blog-single-content blockquote {
    border-left: 3px solid #d7964f !important;
    background-color: rgba(215, 150, 79, 0.05) !important;
    padding: 24px 30px !important;
    margin: 35px 0 !important;
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 20px !important;
    line-height: 1.7 !important;
    color: #4a3219 !important;
    font-weight: 300 !important;
}

/* Single Post Footer elements */
.blog-single-footer {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-top: 30px;
    border-top: 1px solid #eeeeee;
    gap: 20px;
}

.blog-single-tags {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 14px !important;
}

.tags-label, .share-label {
    font-weight: 600 !important;
    color: #1a1a1a !important;
    margin-right: 8px;
}

.blog-single-tags a {
    color: #d7964f !important;
    text-decoration: none;
    margin-right: 6px;
    transition: color 0.3s ease;
}

.blog-single-tags a:hover {
    color: #4a3219 !important;
}

.blog-single-share {
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 12px !important;
    display: inline-flex;
    align-items: center;
    gap: 15px;
}

.blog-single-share a {
    color: #d7964f !important;
    text-transform: uppercase !important;
    text-decoration: none;
    letter-spacing: 0.05em !important;
    transition: color 0.3s ease;
}

.blog-single-share a:hover {
    color: #4a3219 !important;
}

/* Comments Section Style */
.blog-comments-container {
    margin-top: 80px;
    border-top: 1px solid #eeeeee;
    padding-top: 50px;
}

/* Category Filter Navigation */
.blog-category-nav {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 40px;
    padding-bottom: 10px;
}

.blog-cat-link {
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #666666 !important;
    background-color: #ffffff;
    border: 1px solid #e0e0e0;
    padding: 8px 20px;
    border-radius: 50px;
    text-decoration: none;
    transition: all 0.3s ease;
}

.blog-cat-link:hover,
.blog-cat-link.active {
    color: #ffffff !important;
    background-color: #d7964f;
    border-color: #d7964f;
    box-shadow: 0 4px 12px rgba(215, 150, 79, 0.2);
}

/* Featured Story Layout (1st Post) */
.blog-featured-card {
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    background-color: #ffffff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.05);
    margin-bottom: 60px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.blog-featured-card:hover {
    transform: translateY(-4px);
    box-shadow: 0 15px 50px rgba(0, 0, 0, 0.09);
}

.featured-card-image-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    min-height: 380px;
    overflow: hidden;
    background-color: #f0f0f0;
}

.featured-card-image-link {
    display: block;
    width: 100%;
    height: 100%;
}

.featured-card-img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.6s cubic-bezier(0.25, 1, 0.5, 1);
}

.blog-featured-card:hover .featured-card-img {
    transform: scale(1.03);
}

.featured-card-content {
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.featured-card-title {
    font-family: 'Cinzel', serif !important;
    font-size: clamp(24px, 3.5vw, 32px) !important;
    line-height: 1.35 !important;
    margin: 15px 0 !important;
    font-weight: 500 !important;
    text-transform: none !important;
}

.featured-card-title a {
    color: #1a1a1a !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.featured-card-title a:hover {
    color: #d7964f !important;
}

.featured-card-excerpt {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 15px !important;
    line-height: 1.7 !important;
    color: #666666 !important;
    margin-bottom: 30px;
}

.featured-card-btn {
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #ffffff !important;
    background-color: #d7964f;
    padding: 12px 28px;
    border-radius: 50px;
    text-decoration: none;
    align-self: flex-start;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.3s ease, transform 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(215, 150, 79, 0.2);
}

.featured-card-btn:hover {
    background-color: #1a1a1a !important;
    transform: translateY(-1px);
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.featured-card-btn:hover .readmore-arrow {
    transform: translateX(4px);
}

/* Editorial Dropcap */
.blog-single-content > p:first-of-type::first-letter {
    font-family: 'Cinzel', serif !important;
    font-size: clamp(54px, 6.5vw, 72px) !important;
    font-weight: 400 !important;
    float: left !important;
    line-height: 0.85 !important;
    margin: 6px 14px 0 0 !important;
    color: #d7964f !important;
}

/* Next / Previous Post Navigation */
.blog-post-navigation {
    border-top: 1px solid #eeeeee;
    border-bottom: 1px solid #eeeeee;
    margin-top: 50px;
    padding: 30px 0;
}

.blog-post-navigation .nav-links {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
}

.nav-previous, .nav-next {
    display: flex;
    flex-direction: column;
}

.nav-next {
    align-items: flex-end;
    text-align: right;
}

.nav-nav-link {
    text-decoration: none;
    display: inline-block;
    max-width: 100%;
}

.nav-meta-dir {
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #888888;
    display: block;
    margin-bottom: 12px;
    transition: color 0.3s ease;
}

.nav-nav-link:hover .nav-meta-dir {
    color: #d7964f;
}

.nav-post-info {
    display: flex;
    align-items: center;
    gap: 15px;
}

.nav-next .nav-post-info {
    justify-content: flex-end;
}

.nav-post-thumb {
    width: 64px;
    height: 64px;
    object-fit: cover;
    border-radius: 6px;
    background-color: #f0f0f0;
    transition: transform 0.3s ease;
}

.nav-nav-link:hover .nav-post-thumb {
    transform: scale(1.05);
}

.nav-post-title {
    font-family: 'Cinzel', serif !important;
    font-size: 16px !important;
    line-height: 1.4 !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    transition: color 0.3s ease;
}

.nav-nav-link:hover .nav-post-title {
    color: #d7964f !important;
}

/* Related Stories Styling */
.blog-related-posts {
    margin-top: 60px;
}

.related-posts-title {
    font-family: 'Cinzel', serif !important;
    font-size: 26px !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    margin-bottom: 30px !important;
    text-align: center;
    letter-spacing: 0.05em;
}

.blog-card-grid.related-grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 0;
}

/* Comments Styling Section */
.comments-area {
    font-family: 'Inter Tight', sans-serif !important;
}

.title-comments,
.comment-reply-title {
    font-family: 'Cinzel', serif !important;
    font-size: clamp(22px, 3vw, 26px) !important;
    font-weight: 400 !important;
    color: #1a1a1a !important;
    margin-bottom: 35px !important;
    text-transform: none !important;
    letter-spacing: 0.02em;
}

.comment-list {
    list-style: none;
    padding: 0;
    margin: 0 0 50px 0;
}

.comment-list .comment {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #f0f0f0;
}

.comment-list .comment:last-child {
    border-bottom: none;
    margin-bottom: 0;
    padding-bottom: 0;
}

.comment-list .children {
    list-style: none;
    padding-left: 50px;
    margin-top: 30px;
}

.comment-body {
    position: relative;
    padding-left: 65px;
}

.comment-meta {
    margin-bottom: 12px;
}

.comment-author {
    display: flex;
    align-items: center;
    gap: 12px;
    flex-wrap: wrap;
}

.comment-author .avatar {
    position: absolute;
    top: 0;
    left: 0;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    object-fit: cover;
    border: 1px solid rgba(215, 150, 79, 0.15);
}

.comment-author .fn {
    font-family: 'Cinzel', serif !important;
    font-size: 15px !important;
    font-weight: 600 !important;
    font-style: normal;
    color: #1a1a1a !important;
}

.comment-metadata {
    font-size: 12px !important;
    color: #888888 !important;
    margin-left: auto;
}

.comment-metadata a {
    color: #888888 !important;
    text-decoration: none;
    transition: color 0.3s ease;
}

.comment-metadata a:hover {
    color: #d7964f !important;
}

.comment-content {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #444444 !important;
    margin-bottom: 15px;
}

.comment-content p {
    font-size: 15px !important;
    line-height: 1.6 !important;
    color: #444444 !important;
    margin-bottom: 10px !important;
}

.comment-reply-link,
.comment-reply-title a {
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.05em !important;
    color: #d7964f !important;
    text-decoration: none;
    border: 1px solid rgba(215, 150, 79, 0.3);
    padding: 4px 14px;
    border-radius: 20px;
    transition: all 0.3s ease;
}

.comment-reply-link:hover {
    background-color: #d7964f;
    color: #ffffff !important;
    border-color: #d7964f;
}

/* Comment Form Design */
.comment-respond {
    background-color: #fbfbf9;
    border: 1px solid rgba(215, 150, 79, 0.1);
    padding: 40px;
    border-radius: 8px;
    margin-top: 40px;
}

.comment-form {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.comment-form p {
    margin-bottom: 0 !important;
}

.comment-notes,
.logged-in-as {
    font-size: 13px !important;
    color: #666666 !important;
    margin-bottom: 10px;
}

.comment-notes a,
.logged-in-as a {
    color: #d7964f !important;
    text-decoration: none;
}

.comment-form-comment {
    display: flex;
    flex-direction: column;
}

.comment-form-author,
.comment-form-email,
.comment-form-url {
    display: flex;
    flex-direction: column;
    width: 100%;
}

.comment-form label {
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 11px !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #666666 !important;
    margin-bottom: 8px;
}

.comment-form input[type="text"],
.comment-form input[type="email"],
.comment-form textarea {
    font-family: 'Inter Tight', sans-serif !important;
    font-size: 14px !important;
    color: #1a1a1a !important;
    background-color: #ffffff;
    border: 1px solid #dddddd;
    padding: 12px 16px;
    border-radius: 4px;
    transition: all 0.3s ease;
    width: 100%;
    box-sizing: border-box;
}

.comment-form input[type="text"]:focus,
.comment-form input[type="email"]:focus,
.comment-form textarea:focus {
    border-color: #d7964f;
    outline: none;
    box-shadow: 0 0 0 3px rgba(215, 150, 79, 0.1);
}

.comment-form-cookies-consent {
    display: flex;
    align-items: flex-start;
    gap: 10px;
    font-size: 13px !important;
    color: #666666 !important;
}

.comment-form-cookies-consent input[type="checkbox"] {
    margin-top: 4px;
    accent-color: #d7964f;
}

.form-submit {
    margin-top: 10px;
}

.form-submit input[type="submit"] {
    font-family: 'Posterama 2001 W04 Regular', sans-serif !important;
    font-size: 12px !important;
    font-weight: 500 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.1em !important;
    color: #ffffff !important;
    background-color: #d7964f !important;
    border: none !important;
    padding: 12px 32px !important;
    border-radius: 50px !important;
    cursor: pointer;
    transition: background-color 0.3s ease, box-shadow 0.3s ease;
    box-shadow: 0 4px 15px rgba(215, 150, 79, 0.2);
}

.form-submit input[type="submit"]:hover {
    background-color: #1a1a1a !important;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

/* Responsiveness overrides and additions */
@media (max-width: 1024px) {
    .blog-card-grid,
    .blog-card-grid.related-grid {
        grid-template-columns: repeat(2, 1fr);
        gap: 24px;
    }
}

@media (max-width: 768px) {
    .blog-category-nav {
        gap: 8px;
        margin-bottom: 30px;
    }
    
    .blog-cat-link {
        padding: 6px 16px;
        font-size: 12px !important;
    }

    .blog-featured-card {
        grid-template-columns: 1fr;
        margin-bottom: 40px;
    }
    
    .featured-card-image-wrapper {
        min-height: 250px;
        aspect-ratio: 16/10;
    }

    .featured-card-content {
        padding: 24px;
    }

    .blog-card-grid,
    .blog-card-grid.related-grid {
        grid-template-columns: 1fr;
        gap: 30px;
    }
    
    .blog-hero-banner, .blog-single-hero {
        height: 45vh;
    }
    
    .blog-single-hero-meta {
        flex-direction: column;
        gap: 6px;
    }
    
    .meta-item-sep {
        display: none;
    }
    
    .blog-single-footer {
        flex-direction: column;
        align-items: flex-start;
    }
    
    .blog-post-navigation .nav-links {
        grid-template-columns: 1fr;
        gap: 20px;
    }
    
    .nav-next {
        align-items: flex-start;
        text-align: left;
    }
    
    .nav-next .nav-post-info {
        justify-content: flex-start;
        flex-direction: row-reverse;
    }

    .comment-list .children {
        padding-left: 20px;
    }
    
    .comment-respond {
        padding: 24px;
    }
}

/* ==========================================================================
   Floating Call Button
   ========================================================================== */
.floating-call-container {
    position: fixed;
    bottom: 80px;
    z-index: 999999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.floating-call-container.position-right {
    right: 20px;
}

.floating-call-container.position-left {
    left: 30px;
}

.floating-call-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 50%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.2);
    transition: all 0.3s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    position: relative;
    padding: 8px;
    width: 46px;
    height: 46px;
    box-sizing: border-box;
    cursor: pointer;
    border: 2px solid transparent;
}

/* Label text styles */
.floating-call-label {
    max-width: 0;
    overflow: hidden;
    white-space: nowrap;
    transition: max-width 0.3s ease, margin 0.3s ease;
    font-family: 'Posterama 2001 W04 Regular', 'Inter Tight', sans-serif !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    text-transform: uppercase !important;
    letter-spacing: 0.08em !important;
    color: inherit;
    margin: 0;
}

.floating-call-btn:hover .floating-call-label {
    max-width: 150px;
    margin-left: 10px;
}

.floating-call-btn.has-label {
    padding: 15px 25px;
    height: auto;
}

.floating-call-btn.has-label .floating-call-label {
    max-width: 150px;
    margin-left: 10px;
}

/* Icon wiggle animation */
.floating-call-icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    transition: transform 0.3s ease;
}

.floating-call-icon svg {
    width: 100%;
    height: 100%;
    fill: currentColor;
}

/* Pulsing effect */
.floating-call-pulse-ring {
    position: absolute;
    top: -6px;
    left: -6px;
    right: -6px;
    bottom: -6px;
    border-radius: 50px;
    border: 2px solid;
    opacity: 0;
    animation: floatingCallPulse 2s infinite;
    pointer-events: none;
    box-sizing: border-box;
}

@keyframes floatingCallPulse {
    0% {
        transform: scale(0.9);
        opacity: 0.8;
    }
    50% {
        opacity: 0.4;
    }
    100% {
        transform: scale(1.2);
        opacity: 0;
    }
}

/* Periodic wiggle animation for the button to catch eye */
@keyframes floatingCallWiggle {
    0%, 100% { transform: rotate(0deg) scale(1); }
    15% { transform: rotate(-12deg) scale(1.05); }
    30% { transform: rotate(14deg) scale(1.05); }
    45% { transform: rotate(-10deg) scale(1.05); }
    60% { transform: rotate(10deg) scale(1.05); }
    75% { transform: rotate(0deg) scale(1.05); }
}

.floating-call-btn.animate-wiggle {
    animation: floatingCallWiggle 6s infinite ease-in-out;
}

/* Hover scales up and stops wiggle */
.floating-call-btn:hover {
    transform: translateY(-5px) scale(1.06) !important;
    animation-play-state: paused;
    box-shadow: 0 12px 35px rgba(0, 0, 0, 0.35);
}

/* Mobile responsiveness adjustments */
@media screen and (max-width: 768px) {

    .floating-call-container.position-right {
        right: 20px;
    }
    .floating-call-container.position-left {
        left: 20px;
    }
    .floating-call-btn {
        width: 50px;
        height: 50px;
        min-width: 50px;
        padding: 12px;
    }
    .floating-call-icon {
        width: 20px;
        height: 20px;
    }
    .floating-call-label {
        display: none !important;
    }
    .floating-call-btn.has-label {
        padding: 12px;
        width: 50px;
        height: 50px;
    }
}