.elementor-59 .elementor-element.elementor-element-e3efc1c{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-59 .elementor-element.elementor-element-0d3f8db{width:100%;max-width:100%;margin:0px 0px calc(var(--kit-widget-spacing, 0px) + 0px) 0px;padding:0px 0px 0px 0px;}.elementor-59{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}/* Start custom CSS for html, class: .elementor-element-0d3f8db */.ceag-nav {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 80px;
    background: rgba(255, 255, 255, 0.9);
    backdrop-filter: blur(12px);
    -webkit-backdrop-filter: blur(12px);
    border-bottom: 1px solid rgba(10, 37, 64, 0.1);
    z-index: 100;
}

.ceag-nav__inner {
    max-width: 1280px;
    margin: 0 auto;
    padding: 0 48px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 24px;
}

.ceag-nav__logo {
    display: flex;
    align-items: center;
    flex-shrink: 0;
    text-decoration: none;
}

.ceag-nav__logo img {
    display: block;
}

.ceag-nav__links {
    display: flex;
    align-items: center;
    gap: 32px;
    list-style: none;
}

.ceag-nav__link {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    color: #0A2540;
    text-decoration: none;
    transition: color 0.2s ease;
    white-space: nowrap;
}

.ceag-nav__link:hover {
    color: #C8A24B !important;
}

.ceag-nav__cta {
    position: relative;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 10px 20px;
    border-radius: 8px;
    background: #C8A24B;
    color: #ffffff;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    white-space: nowrap;
    border: none;
    cursor: pointer;
    transition: 0.3s;
}

.ceag-nav__cta:hover {
    background-color: #8F7029;
    color: #ffffff !important;
    transition: 0.3s;
}

.ceag-nav__cta span {
    position: relative;
    z-index: 1;
}

.ceag-nav__hamburger {
    display: none;
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #0A2540;
    flex-shrink: 0;
}

.ceag-nav__hamburger svg {
    display: block;
}

.ceag-drawer-overlay {
    position: fixed;
    inset: 0;
    background: rgba(10, 37, 64, 0.4);
    z-index: 110;
    opacity: 0;
    pointer-events: none;
    transition: opacity 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.ceag-drawer-overlay.is-open {
    opacity: 1;
    pointer-events: auto;
}

.ceag-drawer {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    width: 288px;
    background: #fff;
    z-index: 120;
    box-shadow: -8px 0 32px rgba(10, 37, 64, 0.12);
    display: flex;
    flex-direction: column;
    padding: 32px;
    transform: translateX(100%);
    transition: transform 0.32s cubic-bezier(0.4, 0, 0.2, 1);
}

.ceag-drawer.is-open {
    transform: translateX(0);
}

.ceag-drawer__header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 40px;
}

.ceag-drawer__title {
    font-family: "Cormorant Garamond", Georgia, serif;
    font-size: 20px;
    font-weight: 600;
    color: #0A2540;
}

.ceag-drawer__close {
    background: none;
    border: none;
    cursor: pointer;
    padding: 4px;
    color: #0A2540;
}

.ceag-drawer__close svg {
    display: block;
}

.ceag-drawer__links {
    display: flex;
    flex-direction: column;
    gap: 24px;
    list-style: none;
}

.ceag-drawer__link {
    font-family: "Inter", system-ui, sans-serif;
    font-size: 16px;
    font-weight: 500;
    color: #0A2540;
    text-decoration: none;
    transition: color 0.2s ease;
}

.ceag-drawer__link:hover {
    color: #C8A24B !important;
}

.ceag-drawer__footer {
    margin-top: auto;
}

.ceag-drawer__cta {
    display: block;
    width: 100%;
    text-align: center;
    padding: 14px 20px;
    border-radius: 8px;
    background: #C8A24B;
    color: #ffffff !important;
    font-family: "Inter", system-ui, sans-serif;
    font-size: 14px;
    font-weight: 500;
    text-decoration: none;
    position: relative;
    overflow: hidden;
    transition: 0.3s;
}

.ceag-drawer__cta:hover {
    background-color: #8F7029;
    color: #ffffff !important;
    transition: 0.3s;
}

.ceag-drawer__cta span {
    position: relative;
    z-index: 1;
}

@media (max-width: 768px) {
    .ceag-nav__inner {
        padding: 0 24px;
    }

    .ceag-nav__links {
        display: none;
    }

    .ceag-nav__cta {
        display: none;
    }

    .ceag-nav__hamburger {
        display: flex;
    }
}/* End custom CSS */