
/* ========== EAGLE NOOK RESORT - COMPLETE STYLES ========== */
/* Root Scope &amp; Reset */
#EagleNookResort_root__Fn8Kx {
    all: initial !important;
    display: block !important;
    box-sizing: border-box !important;
    font-family: -apple-system, BlinkMacSystemFont, &#039;Segoe UI&#039;, Roboto, &#039;Helvetica Neue&#039;, Arial, sans-serif !important;
    font-size: 16px !important;
    line-height: 1.6 !important;
    -webkit-font-smoothing: antialiased !important;
    -moz-osx-font-smoothing: grayscale !important;
}

#EagleNookResort_root__Fn8Kx *,
#EagleNookResort_root__Fn8Kx *::before,
#EagleNookResort_root__Fn8Kx *::after {
    box-sizing: border-box !important;
    margin: 0 !important;
    padding: 0 !important;
}

/* ========== ANIMATIONS ========== */
@keyframes EagleNookResort_fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes EagleNookResort_fadeInLeft {
    from {
        opacity: 0;
        transform: translateX(-30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes EagleNookResort_fadeInRight {
    from {
        opacity: 0;
        transform: translateX(30px);
    }
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes EagleNookResort_pulse {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.5;
    }
}

@keyframes EagleNookResort_float {
    0%, 100% {
        transform: translateY(0px);
    }
    50% {
        transform: translateY(-20px);
    }
}

@keyframes EagleNookResort_shimmer {
    0% {
        transform: translateX(-100%);
    }
    100% {
        transform: translateX(100%);
    }
}

/* ========== CONTAINER ========== */
#EagleNookResort_root__Fn8Kx .EagleNookResort_container__Gh2Lp {
    min-height: 100vh !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    position: relative !important;
    overflow: hidden !important;
}

/* ========== HERO SECTION ========== */
#EagleNookResort_root__Fn8Kx .EagleNookResort_hero__Jm4Pq {
    position: relative !important;
    overflow: hidden !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_heroOverlay1__Kn5Rw {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to bottom right, rgba(2, 82, 105, 0.05), rgba(105, 224, 0, 0.05), rgba(2, 82, 105, 0.1)) !important;
    z-index: 1 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_heroOverlay2__Lp6Sx {
    position: absolute !important;
    inset: 0 !important;
    background: radial-gradient(ellipse at top right, rgba(105, 224, 0, 0.1), transparent, transparent) !important;
    z-index: 1 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_heroContainer__Mq7Ty {
    position: relative !important;
    max-width: 80rem !important;
    margin: 0 auto !important;
    padding: 3rem 2rem !important;
    z-index: 2 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_heroGrid__Nr8Uz {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
    align-items: center !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_heroGrid__Nr8Uz {
        grid-template-columns: 1.3fr 0.7fr !important;
        gap: 3rem !important;
    }
}

/* Hero Content */
#EagleNookResort_root__Fn8Kx .EagleNookResort_heroContent__Ps9Vw {
    order: 2 !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_heroContent__Ps9Vw {
        order: 1 !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_fadeInLeft__Qt0Wx {
    animation: EagleNookResort_fadeInLeft 0.8s ease-out !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_fadeInRight__Xa3De {
    animation: EagleNookResort_fadeInRight 0.8s ease-out !important;
}

/* Title */
#EagleNookResort_root__Fn8Kx .EagleNookResort_titleWrapper__Ru1Xy {
    margin-bottom: 1rem !important;
    text-align: center !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_titleWrapper__Ru1Xy {
        text-align: left !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_title__Sv2Yz {
    font-size: 2.5rem !important;
    font-weight: 700 !important;
    color: #025269 !important;
    line-height: 1.2 !important;
    margin-bottom: 0.5rem !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_title__Sv2Yz {
        font-size: 3rem !important;
    }
}

@media (min-width: 1024px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_title__Sv2Yz {
        font-size: 3.75rem !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_subtitle__Tw3Za {
    font-size: 1.125rem !important;
    font-weight: 500 !important;
    color: #025269 !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_subtitle__Tw3Za {
        font-size: 1.25rem !important;
    }
}

@media (min-width: 1024px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_subtitle__Tw3Za {
        font-size: 1.375rem !important;
    }
}

/* Buttons */
#EagleNookResort_root__Fn8Kx .EagleNookResort_buttons__Ux4Ab {
    display: flex !important;
    flex-wrap: wrap !important;
    align-items: center !important;
    justify-content: center !important;
    gap: 0.75rem !important;
    margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_buttons__Ux4Ab {
        justify-content: flex-start !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_btnPrimary__Vy5Bc {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: #69e000 !important;
    background-color: #69e000 !important;
    color: #ffffff !important;
    padding: 1rem 2rem !important;
    border-radius: 9999px !important;
    font-weight: 600 !important;
    font-size: 1.125rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 30px rgba(105, 224, 0, 0.3) !important;
    cursor: pointer !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_btnPrimary__Vy5Bc:hover {
    background: #5ac000 !important;
    background-color: #5ac000 !important;
    transform: scale(1.05) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_btnSecondary__Xa7De {
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    background: #025269 !important;
    background-color: #025269 !important;
    color: #ffffff !important;
    padding: 1rem 1.75rem !important;
    border-radius: 9999px !important;
    font-weight: 500 !important;
    font-size: 1.125rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 24px rgba(2, 82, 105, 0.3) !important;
    cursor: pointer !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_btnSecondary__Xa7De:hover {
    background: #034558 !important;
    background-color: #034558 !important;
    transform: scale(1.05) !important;
}

/* Icons */
#EagleNookResort_root__Fn8Kx .EagleNookResort_icon__Wz6Cd {
    width: 1rem !important;
    height: 1rem !important;
    display: block !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_iconMedium__Ad0Gh {
    width: 1rem !important;
    height: 1rem !important;
    display: block !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_iconSmall__Dg3Jk {
    width: 0.75rem !important;
    height: 0.75rem !important;
    display: block !important;
}

/* Location Box */
#EagleNookResort_root__Fn8Kx .EagleNookResort_locationBox__Yb8Ef {
    margin-bottom: 1rem !important;
    background: rgba(204, 223, 222, 0.4) !important;
    background-color: rgba(204, 223, 222, 0.4) !important;
    backdrop-filter: blur(48px) !important;
    border-radius: 1rem !important;
    padding: 1rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_locationHeader__Zc9Fg {
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin-bottom: 0.75rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_locationHeader__Zc9Fg .EagleNookResort_iconMedium__Ad0Gh {
    color: #69e000 !important;
    stroke: #69e000 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_locationTitle__Be1Hi {
    font-size: 1.125rem !important;
    font-weight: 700 !important;
    color: #025269 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_locationAddress__Cf2Ij {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.5rem !important;
    margin-bottom: 0.75rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_locationAddress__Cf2Ij .EagleNookResort_iconSmall__Dg3Jk {
    color: #69e000 !important;
    stroke: #69e000 !important;
    margin-top: 0.25rem !important;
    flex-shrink: 0 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_addressText__Eh4Kl {
    font-size: 1.0625rem !important;
    font-weight: 500 !important;
    color: #025269 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_locationGrid__Fi5Lm {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.5rem !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_locationGrid__Fi5Lm {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.5rem !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_locationCard__Gj6Mn {
    background: #ffffff !important;
    background-color: #ffffff !important;
    backdrop-filter: blur(4px) !important;
    border-radius: 0.5rem !important;
    padding: 0.5rem !important;
    border: 1px solid rgba(229, 231, 235, 0.6) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_cardLabel__Hk7No {
    font-size: 1.0625rem !important;
    font-weight: 500 !important;
    color: #69e000 !important;
    margin-bottom: 0.25rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_cardText__Il8Op {
    font-size: 1.0625rem !important;
    color: #374151 !important;
    line-height: 1.5 !important;
}

/* Rating Box */
#EagleNookResort_root__Fn8Kx .EagleNookResort_ratingBox__Jm9Pq {
    background: rgba(204, 223, 222, 0.4) !important;
    background-color: rgba(204, 223, 222, 0.4) !important;
    backdrop-filter: blur(48px) !important;
    border: 1px solid rgba(255, 255, 255, 0.6) !important;
    border-radius: 1rem !important;
    padding: 1.25rem !important;
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.1) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ratingStars__Kn0Qr {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 0.75rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_starsContainer__Lo1Rs {
    display: flex !important;
    align-items: center !important;
    gap: 0.125rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_starFilled__Mp2St {
    width: 1rem !important;
    height: 1rem !important;
    fill: #69e000 !important;
    stroke: #69e000 !important;
    color: #69e000 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_starPartial__Nq3Tu {
    position: relative !important;
    width: 1rem !important;
    height: 1rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_starEmpty__Or4Uv {
    width: 1rem !important;
    height: 1rem !important;
    fill: none !important;
    stroke: #69e000 !important;
    color: #69e000 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_starFilledPartial__Ps5Vw {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 1rem !important;
    height: 1rem !important;
    fill: #69e000 !important;
    stroke: #69e000 !important;
    color: #69e000 !important;
    clip-path: inset(0 60% 0 0) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ratingNumber__Qt6Wx {
    color: #025269 !important;
    font-weight: 700 !important;
    font-size: 1.25rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_reviewCount__Ru7Xy {
    font-size: 1.0625rem !important;
    color: #4b5563 !important;
    margin-bottom: 0.5rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_reviewBold__Sv8Yz {
    font-weight: 600 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_reviewDate__Tw9Za {
    font-size: 1rem !important;
    color: #6b7280 !important;
    font-style: italic !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ratingDivider__Ux0Ab {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important;
    padding-top: 1rem !important;
    border-top: 1px solid #ffffff !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ratingDesc__Vy1Bc {
    font-size: 1rem !important;
    color: #374151 !important;
    line-height: 1.6 !important;
}

/* Hero Image */
#EagleNookResort_root__Fn8Kx .EagleNookResort_heroImageWrapper__Wz2Cd {
    position: relative !important;
    border-radius: 1.5rem !important;
    overflow: hidden !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.2) !important;
    height: 450px !important;
    order: 1 !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_heroImageWrapper__Wz2Cd {
        height: 600px !important;
        order: 2 !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_heroImage__Yb4Ef {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    display: block !important;
}

/* ========== MAIN CONTENT ========== */
#EagleNookResort_root__Fn8Kx .EagleNookResort_mainContent__Zc5Fg {
    max-width: 72rem !important;
    margin: 0 auto !important;
    padding: 4rem 1.5rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_fadeIn__Be7Hi {
    opacity: 0 !important;
    transform: translateY(20px) !important;
    transition: opacity 0.5s ease, transform 0.5s ease !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_fadeIn__Be7Hi.EagleNookResort_visible__Cf8Ij {
    opacity: 1 !important;
    transform: translateY(0) !important;
}

/* ========== ABOUT SECTION ========== */
#EagleNookResort_root__Fn8Kx .EagleNookResort_aboutSection__Ad6Gh {
    margin-bottom: 4rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_aboutCard__Cf8Ij {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-radius: 1.5rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #f3f4f6 !important;
    padding: 2rem !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_aboutCard__Cf8Ij {
        padding: 3rem !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_sectionTitle__Dg9Jk {
    font-size: 2.25rem !important;
    font-weight: 700 !important;
    color: #025269 !important;
    margin-bottom: 1.5rem !important;
    text-align: center !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_aboutContent__Eh0Kl {
    max-width: 80rem !important;
    margin: 0 auto !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_paragraph__Fi1Lm {
    font-size: 1.125rem !important;
    line-height: 1.75 !important;
    color: #374151 !important;
    margin-bottom: 1.5rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_subsectionTitle__Gj2Mn {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #025269 !important;
    margin-top: 1.5rem !important;
    margin-bottom: 1rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_amenitiesGrid__Hk3No {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 0.75rem !important;
    margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_amenitiesGrid__Hk3No {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 0.75rem 2rem !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_amenityItem__Il4Op {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_bulletPoint__Jm5Pq {
    width: 0.375rem !important;
    height: 0.375rem !important;
    background: #69e000 !important;
    background-color: #69e000 !important;
    border-radius: 50% !important;
    margin-top: 0.5rem !important;
    flex-shrink: 0 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_amenityText__Kn6Qr {
    font-size: 1.0625rem !important;
    color: #374151 !important;
    line-height: 1.6 !important;
}

/* ========== PACKAGES SECTION ========== */
#EagleNookResort_root__Fn8Kx .EagleNookResort_packagesSection__Lo7Rs {
    margin-bottom: 4rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_sectionHeader__Mp8St {
    text-align: center !important;
    margin-bottom: 2.5rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_sectionDesc__Nq9Tu {
    font-size: 1.125rem !important;
    color: #4b5563 !important;
    max-width: 48rem !important;
    margin: 0 auto !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_packagesGrid__Or0Uv {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    margin-bottom: 2rem !important;
}

@media (min-width: 1024px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_packagesGrid__Or0Uv {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

/* Teal Card */
#EagleNookResort_root__Fn8Kx .EagleNookResort_packageCardTeal__Ps1Vw {
    background: linear-gradient(to bottom right, #025269, #034558) !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    position: relative !important;
    overflow: hidden !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_cardGlow__Qt2Wx {
    position: absolute !important;
    top: 0 !important;
    right: 0 !important;
    width: 8rem !important;
    height: 8rem !important;
    background: rgba(105, 224, 0, 0.1) !important;
    border-radius: 50% !important;
    transform: translate(50%, -50%) !important;
    filter: blur(32px) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_cardContent__Ru3Xy {
    position: relative !important;
    z-index: 1 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_cardHeader__Sv4Yz {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 1.5rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_iconBox__Tw5Za {
    width: 2.5rem !important;
    height: 2.5rem !important;
    background: #69e000 !important;
    background-color: #69e000 !important;
    border-radius: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_iconWhite__Ux6Ab {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_cardTitle__Vy7Bc {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_cardList__Wz8Cd {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_listItem__Xa9De {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_checkCircle__Yb0Ef {
    width: 1.25rem !important;
    height: 1.25rem !important;
    background: rgba(105, 224, 0, 0.2) !important;
    background-color: rgba(105, 224, 0, 0.2) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin-top: 0.125rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_checkIcon__Zc1Fg {
    width: 0.75rem !important;
    height: 0.75rem !important;
    color: #69e000 !important;
    stroke: #69e000 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_listText__Ad2Gh {
    font-size: 1.0625rem !important;
    color: rgba(255, 255, 255, 0.9) !important;
    line-height: 1.6 !important;
}

/* Green Card */
#EagleNookResort_root__Fn8Kx .EagleNookResort_packageCardGreen__Be3Hi {
    background: linear-gradient(to bottom right, #69e000, #5ac000) !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
    position: relative !important;
    overflow: hidden !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_iconBoxWhite__Cf4Ij {
    width: 2.5rem !important;
    height: 2.5rem !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-radius: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_iconGreen__Dg5Jk {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #69e000 !important;
    stroke: #69e000 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_cardTitleWhite__Eh6Kl {
    font-size: 1.375rem !important;
    font-weight: 700 !important;
    color: #ffffff !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_checkCircleWhite__Fi7Lm {
    width: 1.25rem !important;
    height: 1.25rem !important;
    background: rgba(255, 255, 255, 0.3) !important;
    background-color: rgba(255, 255, 255, 0.3) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin-top: 0.125rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_checkIconWhite__Gj8Mn {
    width: 0.75rem !important;
    height: 0.75rem !important;
    color: #ffffff !important;
    stroke: #ffffff !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_listTextWhite__Hk9No {
    font-size: 1.0625rem !important;
    color: #ffffff !important;
    line-height: 1.6 !important;
}

/* ========== BOATS SECTION ========== */
#EagleNookResort_root__Fn8Kx .EagleNookResort_boatsSection__Il0Op {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-radius: 1.5rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #f3f4f6 !important;
    padding: 2rem !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_boatsSection__Il0Op {
        padding: 2.5rem !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_boatsHeader__Jm1Pq {
    display: flex !important;
    align-items: center !important;
    gap: 0.75rem !important;
    margin-bottom: 1.5rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_iconBoxBlue__Kn2Qr {
    width: 2.5rem !important;
    height: 2.5rem !important;
    background: rgba(2, 82, 105, 0.1) !important;
    background-color: rgba(2, 82, 105, 0.1) !important;
    border-radius: 0.75rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_iconBlue__Lo3Rs {
    width: 1.25rem !important;
    height: 1.25rem !important;
    color: #025269 !important;
    stroke: #025269 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_boatsTitle__Mp4St {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #025269 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_boatsGrid__Nq5Tu {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1rem !important;
    margin-bottom: 1.5rem !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_boatsGrid__Nq5Tu {
        grid-template-columns: repeat(2, 1fr) !important;
        gap: 1rem 2rem !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_boatItem__Or6Uv {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_checkCircleGreen__Ps7Vw {
    width: 1.25rem !important;
    height: 1.25rem !important;
    background: rgba(105, 224, 0, 0.2) !important;
    background-color: rgba(105, 224, 0, 0.2) !important;
    border-radius: 50% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
    margin-top: 0.125rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_boatText__Qt8Wx {
    font-size: 1.0625rem !important;
    color: #374151 !important;
    line-height: 1.6 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_boatsFooter__Ru9Xy {
    font-size: 1.0625rem !important;
    color: #4b5563 !important;
    line-height: 1.6 !important;
    text-align: center !important;
}

/* ========== SEASON SECTION ========== */
#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonSection__Sv0Yz {
    margin-bottom: 4rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonGrid__Tw1Za {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 2rem !important;
    margin-bottom: 2rem !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_seasonGrid__Tw1Za {
        grid-template-columns: repeat(3, 1fr) !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonCard__Ux2Ab {
    text-align: center !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonCardInner__Ab1Cd {
    background: linear-gradient(to bottom right, rgba(2, 82, 105, 0.1), transparent) !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    transition: box-shadow 0.3s ease !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonCard__Ux2Ab:hover .EagleNookResort_seasonCardInner__Ab1Cd {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonCardGreen__Yb6Ef {
    text-align: center !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonCardGreen__Yb6Ef .EagleNookResort_seasonCardInner__Ab1Cd {
    background: linear-gradient(to bottom right, rgba(105, 224, 0, 0.1), transparent) !important;
    border-radius: 1.5rem !important;
    padding: 2rem !important;
    transition: box-shadow 0.3s ease !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonCardGreen__Yb6Ef:hover .EagleNookResort_seasonCardInner__Ab1Cd {
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonIcon__Vy3Bc {
    width: 2.5rem !important;
    height: 2.5rem !important;
    color: #025269 !important;
    stroke: #025269 !important;
    margin: 0 auto 1rem auto !important;
    display: block !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonIconGreen__Zc7Fg {
    width: 2.5rem !important;
    height: 2.5rem !important;
    color: #69e000 !important;
    stroke: #69e000 !important;
    fill: #69e000 !important;
    margin: 0 auto 1rem auto !important;
    display: block !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonLabel__Wz4Cd {
    font-size: 1.0625rem !important;
    color: #6b7280 !important;
    margin-bottom: 0.5rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonValue__Xa5De {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #025269 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonValueGreen__Ad8Gh {
    font-size: 1.5rem !important;
    font-weight: 700 !important;
    color: #69e000 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonFooter__Be9Hi {
    text-align: center !important;
    max-width: 48rem !important;
    margin: 0 auto !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonText__Cf0Ij {
    font-size: 1.0625rem !important;
    color: #4b5563 !important;
    margin-bottom: 0.75rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_seasonHighlight__Dg1Jk {
    font-size: 1.0625rem !important;
    color: #69e000 !important;
    font-weight: 600 !important;
}

/* ========== WHO SECTION ========== */
#EagleNookResort_root__Fn8Kx .EagleNookResort_whoSection__Eh2Kl {
    background: linear-gradient(to bottom right, #f9fafb, #ffffff) !important;
    border-radius: 1.5rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.1) !important;
    border: 1px solid #f3f4f6 !important;
    padding: 2rem !important;
    margin-bottom: 4rem !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_whoSection__Eh2Kl {
        padding: 2.5rem !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_whoGrid__Fi3Lm {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 1.5rem !important;
    max-width: 80rem !important;
    margin: 0 auto !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_whoGrid__Fi3Lm {
        grid-template-columns: repeat(2, 1fr) !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_whoCard__Gj4Mn {
    display: flex !important;
    align-items: flex-start !important;
    gap: 1rem !important;
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-radius: 1rem !important;
    padding: 1.25rem !important;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05) !important;
    border: 1px solid #f3f4f6 !important;
    transition: box-shadow 0.3s ease !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_whoCard__Gj4Mn:hover {
    box-shadow: 0 8px 20px rgba(0, 0, 0, 0.08) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_whoIconBox__Hk5No {
    width: 2rem !important;
    height: 2rem !important;
    background: rgba(105, 224, 0, 0.1) !important;
    background-color: rgba(105, 224, 0, 0.1) !important;
    border-radius: 0.5rem !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    flex-shrink: 0 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_whoIcon__Il6Op {
    width: 1rem !important;
    height: 1rem !important;
    color: #025269 !important;
    stroke: #025269 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_whoText__Jm7Pq {
    font-size: 1.0625rem !important;
    color: #374151 !important;
    line-height: 1.6 !important;
}

/* ========== SPECIES SECTION ========== */
#EagleNookResort_root__Fn8Kx .EagleNookResort_speciesSection__Kn8Qr {
    margin-bottom: 4rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_speciesGrid__Lo9Rs {
    display: grid !important;
    grid-template-columns: 1fr !important;
    gap: 3rem !important;
    align-items: flex-start !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_speciesGrid__Lo9Rs {
        grid-template-columns: 1fr 1.2fr !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_speciesImageWrapper__Mp0St {
    position: relative !important;
    border-radius: 1.5rem !important;
    overflow: hidden !important;
    box-shadow: 0 25px 50px rgba(0, 0, 0, 0.15) !important;
    height: 100% !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_speciesImage__Nq1Tu {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
    min-height: 500px !important;
    display: block !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_speciesContent__Or2Uv {
    display: flex !important;
    flex-direction: column !important;
    gap: 2.5rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_speciesTitle__Ps3Vw {
    font-size: 1.75rem !important;
    font-weight: 700 !important;
    color: #025269 !important;
    margin-bottom: 0 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_speciesGroup__Qt4Wx {
    margin-bottom: 0 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_speciesSubtitle__Ru5Xy {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #025269 !important;
    display: flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
    margin-bottom: 1.25rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_speciesList__Sv6Yz {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_speciesItem__Tw7Za {
    display: flex !important;
    align-items: flex-start !important;
    gap: 0.75rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_bulletGreen__Ux8Ab {
    width: 0.5rem !important;
    height: 0.5rem !important;
    background: #69e000 !important;
    background-color: #69e000 !important;
    border-radius: 50% !important;
    margin-top: 0.5rem !important;
    flex-shrink: 0 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_speciesText__Vy9Bc {
    font-size: 1.0625rem !important;
    color: #374151 !important;
    line-height: 1.6 !important;
}

/* ========== CTA SECTION ========== */
#EagleNookResort_root__Fn8Kx .EagleNookResort_ctaSection__Wz0Cd {
    margin-bottom: 4rem !important;
    position: relative !important;
    overflow: hidden !important;
    border-radius: 1rem !important;
    box-shadow: 0 10px 40px rgba(0, 0, 0, 0.15) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ctaBackground__Xa1De {
    position: absolute !important;
    inset: 0 !important;
    background: #f5faf8 !important;
    background-color: #f5faf8 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ctaCircle1__Yb2Ef {
    position: absolute !important;
    top: 0 !important;
    left: 0 !important;
    width: 24rem !important;
    height: 24rem !important;
    background: rgba(2, 82, 105, 0.2) !important;
    background-color: rgba(2, 82, 105, 0.2) !important;
    border-radius: 50% !important;
    transform: translate(-50%, -50%) !important;
    filter: blur(48px) !important;
    animation: EagleNookResort_pulse 3s ease-in-out infinite !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ctaCircle2__Zc3Fg {
    position: absolute !important;
    bottom: 0 !important;
    right: 0 !important;
    width: 24rem !important;
    height: 24rem !important;
    background: rgba(2, 82, 105, 0.25) !important;
    background-color: rgba(2, 82, 105, 0.25) !important;
    border-radius: 50% !important;
    transform: translate(50%, 50%) !important;
    filter: blur(48px) !important;
    animation: EagleNookResort_pulse 3s ease-in-out infinite !important;
    animation-delay: 1s !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ctaCircle3__Ad4Gh {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    width: 16rem !important;
    height: 16rem !important;
    background: rgba(2, 82, 105, 0.15) !important;
    background-color: rgba(2, 82, 105, 0.15) !important;
    border-radius: 50% !important;
    transform: translate(-50%, -50%) !important;
    filter: blur(32px) !important;
    animation: EagleNookResort_pulse 3s ease-in-out infinite !important;
    animation-delay: 2s !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_particlesContainer__Be5Hi {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0.3 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_particle__Cf6Ij {
    position: absolute !important;
    width: 0.75rem !important;
    height: 0.75rem !important;
    background: #025269 !important;
    background-color: #025269 !important;
    border-radius: 50% !important;
    animation: EagleNookResort_float 5s ease-in-out infinite !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_particle1__Dg7Jk {
    top: 25% !important;
    left: 25% !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_particle2__Eh8Kl {
    top: 33% !important;
    right: 33% !important;
    width: 0.5rem !important;
    height: 0.5rem !important;
    animation-delay: 0.5s !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_particle3__Fi9Lm {
    bottom: 25% !important;
    left: 33% !important;
    animation-delay: 1s !important;
    width: 0.625rem !important;
    height: 0.625rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_particle4__Gj0Mn {
    top: 66% !important;
    right: 25% !important;
    animation-delay: 1.5s !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_particle5__Hk1No {
    bottom: 33% !important;
    right: 50% !important;
    animation-delay: 2s !important;
    width: 0.5rem !important;
    height: 0.5rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_particle6__Il2Op {
    top: 50% !important;
    left: 20% !important;
    animation-delay: 2.5s !important;
    width: 0.625rem !important;
    height: 0.625rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_particle7__Jm3Pq {
    bottom: 20% !important;
    right: 66% !important;
    animation-delay: 3s !important;
    width: 0.5rem !important;
    height: 0.5rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_particle8__Kn4Qr {
    top: 75% !important;
    right: 20% !important;
    animation-delay: 3.5s !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_particle9__Lo5Rs {
    top: 20% !important;
    left: 66% !important;
    animation-delay: 4s !important;
    width: 0.5rem !important;
    height: 0.5rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_particle10__Mp6St {
    bottom: 40% !important;
    left: 50% !important;
    animation-delay: 4.5s !important;
    width: 0.625rem !important;
    height: 0.625rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_shimmerContainer__Nq7Tu {
    position: absolute !important;
    inset: 0 !important;
    opacity: 0.15 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_shimmer__Or8Uv {
    position: absolute !important;
    inset: 0 !important;
    background: linear-gradient(to right, transparent, rgba(2, 82, 105, 0.3), transparent) !important;
    animation: EagleNookResort_shimmer 3s ease-in-out infinite !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ctaContent__Ps9Vw {
    position: relative !important;
    padding: 1.25rem !important;
    text-align: center !important;
    z-index: 1 !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_ctaContent__Ps9Vw {
        padding: 1.5rem !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ctaTitle__Qt0Wx {
    font-size: 1.25rem !important;
    font-weight: 700 !important;
    color: #025269 !important;
    margin-bottom: 0.5rem !important;
}

@media (min-width: 768px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_ctaTitle__Qt0Wx {
        font-size: 1.5rem !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ctaDesc__Ru1Xy {
    font-size: 0.875rem !important;
    color: #374151 !important;
    margin-bottom: 1.25rem !important;
    max-width: 42rem !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ctaButtons__Sv2Yz {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
    justify-content: center !important;
    align-items: center !important;
}

@media (min-width: 640px) {
    #EagleNookResort_root__Fn8Kx .EagleNookResort_ctaButtons__Sv2Yz {
        flex-direction: row !important;
    }
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ctaBtnPrimary__Tw3Za {
    background: #69e000 !important;
    background-color: #69e000 !important;
    color: #ffffff !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 9999px !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 10px 30px rgba(105, 224, 0, 0.3) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ctaBtnPrimary__Tw3Za:hover {
    background: #5ac000 !important;
    background-color: #5ac000 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 15px 40px rgba(105, 224, 0, 0.4) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ctaBtnSecondary__Ux4Ab {
    background: #025269 !important;
    background-color: #025269 !important;
    color: #ffffff !important;
    padding: 0.75rem 1.5rem !important;
    border-radius: 9999px !important;
    font-weight: 600 !important;
    font-size: 0.875rem !important;
    text-decoration: none !important;
    transition: all 0.3s ease !important;
    box-shadow: 0 8px 24px rgba(2, 82, 105, 0.3) !important;
    display: inline-flex !important;
    align-items: center !important;
    gap: 0.5rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_ctaBtnSecondary__Ux4Ab:hover {
    background: #034558 !important;
    background-color: #034558 !important;
    transform: translateY(-2px) !important;
    box-shadow: 0 12px 32px rgba(2, 82, 105, 0.4) !important;
}

/* ========== FAQ SECTION ========== */
#EagleNookResort_root__Fn8Kx .EagleNookResort_faqSection__Vy5Bc {
    margin-bottom: 3rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqList__Wz6Cd {
    display: flex !important;
    flex-direction: column !important;
    gap: 0.75rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqItem__Xa7De {
    background: #ffffff !important;
    background-color: #ffffff !important;
    border-radius: 1rem !important;
    border: 1px solid rgba(105, 224, 0, 0.3) !important;
    overflow: hidden !important;
    transition: border-color 0.3s ease !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqItem__Xa7De:hover {
    border-color: rgba(105, 224, 0, 0.5) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqButton__Yb8Ef {
    width: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    padding: 1rem !important;
    text-align: left !important;
    background: transparent !important;
    background-color: transparent !important;
    border: none !important;
    cursor: pointer !important;
    transition: background-color 0.3s ease !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqButton__Yb8Ef:hover {
    background: rgba(105, 224, 0, 0.05) !important;
    background-color: rgba(105, 224, 0, 0.05) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqQuestion__Zc9Fg {
    font-size: 1.0625rem !important;
    font-weight: 600 !important;
    color: #025269 !important;
    padding-right: 1rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqIconBox__Ad0Gh {
    background: #f3f4f6 !important;
    background-color: #f3f4f6 !important;
    border-radius: 50% !important;
    padding: 0.375rem !important;
    transition: background-color 0.3s ease !important;
    flex-shrink: 0 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqButton__Yb8Ef:hover .EagleNookResort_faqIconBox__Ad0Gh {
    background: #025269 !important;
    background-color: #025269 !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqIcon__Be1Hi {
    width: 1rem !important;
    height: 1rem !important;
    stroke: #025269 !important;
    transition: all 0.3s ease !important;
    display: block !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqButton__Yb8Ef:hover .EagleNookResort_faqIcon__Be1Hi {
    stroke: #ffffff !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqItem__Xa7De.EagleNookResort_open__Cf8Ij .EagleNookResort_faqIcon__Be1Hi {
    transform: rotate(180deg) !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqAnswer__Cf2Ij {
    max-height: 0 !important;
    overflow: hidden !important;
    transition: max-height 0.4s ease, padding 0.4s ease !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqItem__Xa7De.EagleNookResort_open__Cf8Ij .EagleNookResort_faqAnswer__Cf2Ij {
    max-height: 500px !important;
    padding: 0 1rem 1rem 1rem !important;
}

#EagleNookResort_root__Fn8Kx .EagleNookResort_faqText__Dg3Jk {
    font-size: 1rem !important;
    color: #6b7280 !important;
    line-height: 1.7 !important;
}
 
            body{
                position: relative;
            }
            .dno{
                display: none!important;
            }
            .public-header{
                position: relative;
                transition:5s;
            }
            .absolute-container{
                background-color: #ee273a;
                border-radius: 7px;
                position: fixed;
                top: 50%;
                left: 2%;
                transform: translateY(-50%);
                padding: 10px;
                z-index: 4900;
            }
            .social-absolute{
                position: relative;
                padding: 10px 0;
                border-bottom: 1px solid rgba(0, 0, 0, .1);
                box-sizing: content-box;
                width: 24px;
                height: 24px;
            }
            .social-absolute:last-child {
                border-bottom: none !important;
            }
            .social-absolute img{
                width: 24px;
                height: 24px;
            }
            .absolute-tooltip{
                position: relative;
                transition: all 0.5s;
                border-radius: 0 7px 7px 0;
                font-size: 14px;
                overflow: hidden;
                white-space: nowrap;
            }
            .absolute-tooltip > span{
                padding: 10px 20px;
                display: block;
            }
            .tooltip-shake{
                display: block;
                width: 100%;
                height: 100%;
            }
            .tooltip-shake:before,
            .tooltip-shake:after {
                position: absolute;
                content: "";
                opacity: 0;
                transition: all 0.4s ease;
                color: #fff;
                font-weight: bold;
            }
            .tooltip-shake:before {
                content: attr(data-tooltip);
                background: #3c5059;
                width: 0;
                padding: 0;
                font-size: 0.9rem;
                top: 50%;
                left: calc(24px + 32px);
                border-radius: 5px;
                transform: translateY(-50%);
                overflow: hidden;
                white-space: nowrap;
            }
            .tooltip-shake:after {
                border-width: 8px 10px 8px 0;
                border-style: solid;
                border-color: transparent #3c5059 transparent transparent;
                top: 50%;
                left: calc(24px + 24px);
                transform: translateY(-50%);
            }
            .tooltip-shake:hover::before,
            .tooltip-shake:hover::after {
                opacity: 1;
                overflow: hidden;
                white-space: nowrap;
                transform: translate(0, -50%);
            }
            .tooltip-shake:hover::before {
                width: max-content;
                padding: 10px 25px;
            }
            @keyframes shake {
                0% {
                    transform: rotate(2deg);
                }
                50% {
                    transform: rotate(-3deg);
                }
                70% {
                    transform: rotate(3deg);
                }
                100% {
                    transform: rotate(0deg);
                }
            }
            .social-absolute:hover {
                animation: shake 500ms ease-in-out forwards;
            }
            
                .public-header{
                    width: 100%;
                    background: #f0f0f0;
                    background-size: auto;
                    background-repeat: no-repeat;
                }
            
            .adv-banner-container{
                width: 100%;
                height: 10px;
            }
            .adv-banner-container .adv-item{
                width: 100%;
                height: 100%;
                object-fit: cover;
            }
            .top-bar-container{
                width: 100%;
                min-height: 40px;
                height: 40px;
                background: BD8593;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-bar{
                width: 1200px;
                height: 100%;
                margin: auto;
                padding: 0 8px;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
            }
            .top-item{
                height: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container{
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .info-container img{
                width: 16px;
                height: 16px;
            }
            .info-container > span{
                display: inline-flex;
            }
            .top-info,
            .top-social{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-social{
                padding: 5px 0;
            }
            .top-social li a img{
                width: 32px;
                height: 32px;
            }
            .top-social li a span{
                font-size: 0px;
                font-weight: 200;
                color: #777;
            }
            .top-list{
                width: max-content;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                margin: 0  0px;
            }
            .top-list:hover{
                color: ;
            }
            
                .top-list:first-child{
                    margin-left : 0;
                }
                .top-list:last-child{
                    margin-right : 0;
                }
            
            .arrow-menu-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .top-list a span,
            .top-list span{
                color: #777;
                font-weight: bold;
                font-size: 14px;
            }
            .top-list a img,
            .top-list span img{
                margin: 0 5px;
                width: 24px;
                height: 24px;
                object-fit: contain;
            }
            .top-list:first-child a img,
            .top-list:first-child span img{
                margin-left: 0;
            }
            .top-navbar{
                height: 100%;
                background: transparent;
            }
            .top-nav-list{
                position: relative;
                height: 100%;
                padding: 0 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-nav-list a span,
            .top-nav-list span{
                color: #000;
                font-size: 0px;
                font-weight: 200;search
            }
            .top-nav-list:hover{
                background-color: #fff;
            }
            .top-nav-list .arrow-menu-container svg{
                fill: #000;
            }
            .top-nav-list:hover a span,
            .top-nav-list:hover span,
            .top-nav-list:hover .arrow-menu-container svg{
                color: #fff;
                fill: #fff;
            }
            .top-nav-list .icon-title-part{
                padding-left: 5px;
            }
            .top-sub-nav > .top-sub-list a span,
            .top-sub-nav > .top-sub-list span{
                color: #000;
            }
            .top-sub-nav > .top-sub-list:hover a span,
            .top-sub-nav > .top-sub-list:hover span{
                color: #fff;
            }
            
            .top-sub-nav{
                flex-direction: column;
                justify-content: center;
                align-content: flex-start;
                position: absolute;
                z-index: 4999;
                min-width: 150px;
                width: max-content;
                background: #BD8593;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translateY(-10px) scaleY(0.5);
                transform-origin: top;  
                border-radius: 0;
            }
            .top-nav-list:hover > .top-sub-nav{
                display: flex;
                top: 100%;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
        
                .top-nav-list:hover > .top-sub-nav{
                    left: 0;
                }
                .top-sub-list{
                    border-right: 5px solid  #f00;
                }
            
            .top-sub-list{
                width: 100%;
                padding: 8px 20px;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-sub-list:hover{
                background: #fff;
            }
            .header-container{
                display: grid;
                width: 1200px;
                margin: auto;
                height: auto;
                grid-template-rows: 1fr 1fr;  
                grid-template-columns: 1fr 3fr 1fr;
                grid-template-areas: 
                    "top-1 top-2 top-3"
                    "bottom-1 bottom-2 bottom-3"; 
                padding-top: 8px;
                padding-bottom: 8px;
                padding-left: 8px;
                padding-right: 8px;
            }
            .top-section-1{
                grid-area: top-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-2{
                grid-area: top-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .top-section-3{
                grid-area: top-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-end;
                align-items: center;
            }
            .logo-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 100%;
                height: 100%;
                padding: 0px  0px;
            }
            .logo-container img{
                display: block;
                width: 184px;
                height: 88px;
                max-width: 184px;
                max-height: 88px;
                object-fit: contain;
            }
            .nav-container{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                box-sizing: border-box;
                margin: 0 10px;
            }
            .nav-container > .navbar{
                width: 100%;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
                background: ;
                box-sizing: border-box;
                border: px  solid  ;
                border-radius: 3px;
                padding: 0 !important;
            }
            
                .nav-container > .navbar{
                    margin-right: calc(0px + 10px);
                }
            
            .max-height{
                height: 700px;
                overflow-x:hidden;
                overflow-y: auto;
                display:flex!important;
                flex-direction: column!important;
                justify-content: flex-start!important;
            }
            .nav-container .navbar .nav-list{
                padding: 10px 18px;
                min-height: 45px;
                position: relative;
                list-style: none;
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-content: center;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list.active{
                background-color: #0CE800;
            }
            .nav-container .navbar .nav-list.active a,
            .nav-container .navbar .nav-list.active span{
                color: #025269;
            }
            
            .nav-container .navbar .nav-list .icon-title-part{
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .nav-container .navbar .nav-list .icon-title-part img{
                width: 24px;
                height: 24px;
                margin: 0 5px;
            }
            .nav-container .navbar .nav-list .overflow-menu{
                justify-content: center !important;
            }
            .nav-container .navbar .nav-list:hover{
                background-color: #0CE800;
                box-sizing: border-box;
            }
            .nav-container .navbar .nav-list:hover a,
            .nav-container .navbar .nav-list:hover span{
                color: #025269 ;
            }
            .nav-container .navbar .nav-list img{
                width: 32px;
                height: 32px;
            }
            .nav-container .navbar .nav-list a,
            .nav-container .navbar .nav-list span{
                text-decoration: none;
                font-size: 14px;
                color: #025269;
            }
            .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
            .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                display: flex;
                top: 45px;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                display: flex;
                right: calc(100%  +  2px);
                top: 0;
                clip: auto;
                opacity: 1;
                transform: translateY(0) scaleY(1);
            }
            
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 100%;
                        border-right: 2px solid #025269;
                    }
                    .nav-container .navbar.navbar-sub{
                        position: absolute;
                        z-index: 4999;
                        background: #f0f0f0;
                        clip: rect(1px, 1px, 1px, 1px);
                        opacity: 0.1;
                        transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                                    opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                        transform: translateY(-10px) scaleY(0.5);
                        transform-origin: top;  
                        border-radius: 0;
                    }
                    .nav-container .navbar.navbar-sub{
                        flex-direction: column;
                        justify-content: center;
                        align-content: flex-start;
                        min-width: 150px;
                        width: max-content;
                    }
                    .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                    .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                        left: 0;
                        border-radius: 0 !important;
                    }
                    .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                        left: calc(100%  +  2px);
                    }
                    .nav-container .navbar.navbar-sub .nav-list{
                        width: 200px;
                        border-right: 2px solid #025269;
                        border-radius: 0 !important;
                    }
                
                .nav-container .navbar .nav-list.base-level:hover > .navbar.navbar-sub,
                .nav-container .navbar .nav-list:hover > .overflow-menu > .navbar.navbar-sub{
                    left: 0;
                }
                .nav-container .navbar .nav-list:hover > .navbar.navbar-sub{
                    left: calc(100%  +  2px);
                }
            
            .arrow-icon-menu{
                width: 8px;
                height: 8px;
            }
            .arrow-icon-menu.arrow-bottom{
                transform: rotate(90deg);
            }
            
                .arrow-menu-container{
                    margin-left: 5px;
                }
                .arrow-icon-menu.arrow-right,
                .overflow-list .arrow-icon-menu.arrow-bottom{
                    transform: rotate(0deg);
                }
                .nav-container .navbar .nav-list:first-child:hover{
                    border-radius: 3px 0 0 3px;
                }
                .nav-container .navbar .nav-list:last-child:hover{
                    border-radius: 0 3px 3px 0;
                }
            
            .nav-container .navbar .nav-list.base-level svg,
            .nav-container .navbar .nav-list .overflow-menu svg{
                fill: #025269;
            }
            .nav-container .navbar .nav-list.base-level:hover svg{
                fill: #025269;
            }
            .sub-menu-container{
                position: absolute;
                min-width: 150px;
                background-color: #f0f0f0;
                color: #fff;
                top: 32px;
                right: 0;
                z-index: 4999;
               /* display: none;*/
            } 
            /*.sub-navbar{
                width: 100%;
                height: 100%;
            }*/
            .nav-container .navbar.navbar-sub .nav-list img{
                width: 16px;
                height: 16px;
            }
            .nav-container .navbar.navbar-sub .nav-list a,
            .nav-container .navbar.navbar-sub .nav-list span{
                color: #025269;
                font-size: 14px;
            }
            .nav-list.with-sub-menu:hover .sub-menu-container{
                display: block;
            }
            .nav-container .navbar.navbar-sub .nav-list .arrow-menu-container svg{
                fill: #025269;
            }
            .active{
                background-color: #0CE800;
            }
            .active a{
                color: #025269;
            }     
            .icon-container{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
            }
            .icon-container .icon-item{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-content: center;
                box-sizing: border-box;
                min-height: 45px;
                margin: 0 5px;
            }
            
                .icon-container .icon-item:first-child{
                    margin-left: 0 !important;
                }
                .icon-container .icon-item:last-child{
                    margin-right: 0 !important;
                }
            
            
            .icon-container .icon-item a{
                border: 0px  solid  ;
            }
            .icon-container .icon-item.basket-icon{
                position: relative;
                color: #025269;
                min-width: 45px;
                min-height: 45px;
                outline: none;
                border-radius: 3px;
                background: ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                cursor: pointer;
                text-decoration: none;
                margin: 0 10px;
            }
            .icon-container .icon-item .icon-shortcut{
                color: #025269;
                min-width: 45px;
                min-height: 45px;
                margin: 0;
                outline: none;
                border-radius: 3px;
                background: ;
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                transition: .4s;
                cursor: pointer;
                text-decoration: none;
            }
            
            .basket-shop{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                width: 45px;
                height: 45px;
                border-radius: 3px;
            }
            .icon-container .icon-item .icon-shortcut:hover svg,
            .icon-container .icon-item .icon-shortcut:hover .add-item-to-cart.open span
            {
                fill: #69E000;
                color: #69E000;
            }
            
                .icon-container .icon-item.basket-icon .add-item-to-cart{
                    color: #025269;
                    border-radius: 3px;
                    background: ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .4s;
                    cursor: pointer;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                
                    .icon-container .icon-item.basket-icon .add-item-to-cart{
                        border-right: none !important;
                    }
                    .border-basket{
                        border-left: none !important;
                    }
                
                    .icon-container .icon-item:hover > span,
                    .icon-container .icon-item.login-icon:hover span{
                        color: #69E000;
                    }
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover,
                    .icon-container .icon-item.login-icon .icon-shortcut:hover,
                    
                    .icon-container .icon-item.basket-icon .icon-shortcut:hover .add-item-to-cart{
                       background: ;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open{
                        width: 45px;
                        border-radius: 0 3px 3px 0;
                        display: flex;
                        flex-direction: row;
                        justify-content: center;
                        align-items: center;
                    }
                    .icon-container .icon-item.basket-icon:hover .add-item-to-cart.open{
                        background: ;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open:hover span{
                        color: #69E000;
                    }
                    .icon-container .icon-item.basket-icon .add-item-to-cart.open + .icon-shortcut{
                        border-radius: 3px 0 0 3px;
                    }
                    .icon-container .icon-item.lang-icon .icon-shortcut:hover{
                        background: ;
                    }
                    .icon-container .icon-item.search-icon .icon-shortcut .search-container .search-btn:hover{
                        background: ;
                    }
                 
            .icon-container .icon-item svg{
                width: 25px;
                height: 25px;
            
                fill: #025269;
            
            }
            .icon-container .icon-item.login-icon{
                position: relative;
            }
            /*.icon-container .icon-item.login-icon .icon-shortcut{
                width: 100%;
                height: 100%;
            }*/
            .icon-container .icon-item.login-icon .icon-login{
                width: 25px;
                height: 25px;
            }
            #div_profile_picture, 
            #div_profile_picture_metro {
                display: block;
                width: 0 !important;
                height: 0 !important;
                line-height: unset !important;
            }
            #div_profile_picture .rShowLogin{
                position: absolute;
                top: 0;
                left: 0;
                width: 0;
                height: 0;
                z-index: -1000;
            }
            #div_profile_picture .login-container{
                display: none !important;
            }
            #div_profile_picture #profile_picture,
            #div_profile_picture #profile_exit{
                display: none !important;
            }
        
                .icon-container .icon-item.login-icon{
                    color: #025269;
                    /*width: 90px !important;*/
                    min-height: 45px;
                    outline: none;
                    border-radius: 3px;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    text-decoration: none;
                    box-sizing: content-box;
                    border: 0px  solid  ;
                }
                .icon-container .icon-item.login-icon .status-user,
                .icon-container .icon-item.login-icon .icon-login{
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    text-align: center;
                    margin: 0 5px;
                    font-size:14px;
                }
            
            .public-header .bottom-section-1{
                grid-area: bottom-1;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-2{
                grid-area: bottom-2;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            .public-header .bottom-section-3{
                grid-area: bottom-3;
                display: flex;
                flex-direction: row;
                justify-content: flex-start;
                align-items: center;
            }
            
                .icon-container .icon-item{
                    width: unset;
                    height: unset;
                }
                .search-icon{
                    position: relative;
                }
                .search-container {
                    display: flex;
                    flex-direction: row;
                    justify-content: flex-end;
                    align-items: center;
                    height: 100%;
                    position: relative;
                    border-radius: 3px;
                    min-width: 45px;
                }
                .search-container > .search-btn svg,
                .search-container > .close-search-btn svg{
                    fill: #025269;
                }
                .search-container > .search-btn:hover svg,
                .search-container > .close-search-btn:hover svg{
                    fill: #69E000;
                }
                .search-btn {
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    transition: .8s;
                    cursor: pointer;
                    text-decoration: none;
                    border: 0px  solid  transparent;
                }
                
                .icon-container .icon-item img{
                    width: 25px;
                    height: 25px;
                    object-fit:contain;
                }
                
                    .search-container.open-search-box .search-btn{
                        border-radius: 0 3px 3px 0 !important;
                    }
                    .search-container.open-search-box .close-search-btn{
                        border-radius: 3px 0 0 3px !important;
                    }    
                 
                .search-btn,
                .search-command,
                .close-search-btn{
                    box-sizing: content-box;
                }
                .search-btn > svg {
                    fill: #fff;
                }
                .cls-pls::placeholder{
                    color: ;
                }
                .search-input {
                    padding: 0;
                    height: 100%;
                    background: ;
                    color: #fff;
                    font-size: 14px;
                    font-weight: normal;
                    transition: all 1s ease-in-out;
                    width: 0;
                    position: absolute;
                    top: 0;
                    overflow: hidden;
                    white-space: nowrap;
                    border: 0px  solid  transparent;
                }
                
                .open-search-box > .search-input{
                    padding : 10px 48px;
                }
                
                    .search-input {
                        right: calc(0px + 45px);
                        border-right: none;
                        border-left: none;
                    }
                
                        .search-container.open-search-box .search-btn{
                            border-radius: 0 3px 3px 0 !important;
                        }
                        .search-container.open-search-box .close-search-btn{
                            border-radius: 3px 0 0 3px !important;
                        }
                        .search-container.open-search-box .search-input{
                            border-radius: 3px 0 0 3px !important;
                        }    
                    
                .close-search-btn{
                    position: absolute;
                    color: #fff;
                    width: 45px;
                    height: 45px;
                    margin: 0;
                    outline: none;
                    border-radius: 3px;
                    background: ;
                    display: flex;
                    flex-direction: row;
                    justify-content: center;
                    align-items: center;
                    cursor: pointer;
                    box-sizing: border-box;
                    box-sizing: border-box;
                }
                .close-search-btn svg{
                    fill: #025269;
                }
            
            .sticky{
                width: 100vw;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 999;
                padding: 2vh 8vw;
                transition: .8s;
                background-color: #f0f0f0 !important;
            }
            .public_sticky{
                width: 100%;
                height: max-content;
                position: fixed;
                top: 0;
                right: 0;
                left: 0;
                z-index: 1001;
            }
            .d-none{
                display: none !important;
            }
            .border-left-n{
                border-left: none !important;
            }
            .border-right-n{
                border-right: none !important;
            }
            .w-1200px{
                width: 1200px !important;
                margin: auto;
            }
            .lang-icon{
                position: relative;
            }
            .language-container .lang-btn{
                width: 25px;
                height: 25px;
            }
            .lang-list-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .lang-list{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px;
                background: #BD8593;
                border-radius: 3px;
            }
            .lang-list::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid #BD8593;
                display: block;
            }
            .lang-nav{
                display: flex;
                flex-direction: column;
                justify-content: center;
                align-items: flex-start;
            }
            .lang-nav .lang-li{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                list-style: none;
                width: max-content;
                margin: 5px 0;
                
            }
            .lang-nav .lang-li a{
                display: flex;
                flex-direction: row;
                justify-content: center;
                align-items: center;
            }
            .lang-nav .lang-li img{
                width: 25px;
                height: 25px;
                object-fit: cover;
                margin: 0 4px;
            }
            .lang-nav .lang-li span{
                text-transform: uppercase;
                line-height: 2.5;
                font-size: 14px;
                margin: 0 4px;
                color: #fff;
            }
            .lang-nav .lang-li a{
                color: #69E000;
            }
            .lang-nav .lang-li span:hover{
                cursor: pointer;
                color: #69E000;
            }
            .lang-nav .lang-li .lang-active{
                font-weight: bold;
                color: #e84118;
            }
            .icon-item.lang-icon:hover .lang-list-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            /*---------------------------------------------------------------------------------*/
            .link-profile-container{
                width: max-content;
                height: max-content;
                padding-top: 20px;
                position: absolute;
                top: 35px;
                left: 50%;
                clip: rect(1px, 1px, 1px, 1px);
                opacity: 0.1;
                transition: transform 0.5s cubic-bezier(0.2, 0, 0.2, 1),
                            opacity 0.6s cubic-bezier(0.2, 0, 0.2, 1);
                transform: translate(-50%, 0) scaleY(0.5);
                transform-origin: top;
                z-index: 100;
            }
            .link-profile-container .link-wrapper{
                position: relative;
                width: max-content;
                height: max-content;
                padding: 10px 25px;
                background: BD8593;
                border-radius: 3px;
            }
            .link-profile-container .link-wrapper a{
                color: #fff;
            }
            .link-profile-container .link-wrapper a:hover{
                cursor: pointer;
                color: #69E000;
            }
            .link-profile-container .link-wrapper::after{
                content: "";
                position: absolute;
                top: -8px;
                left: 50%;
                transform: translateX(-50%);
                border-left: 10px solid transparent;
                border-right: 10px solid transparent;
                border-bottom: 10px solid BD8593;
                display: block;
            }
             .icon-item.login-icon:hover .link-profile-container{
                clip: auto;
                opacity: 1;
                transform: translate(-50%, 0) scaleY(1);
            }
            
            .backTop{
                display: flex !important;
            }
            #back_to_top{
                display: none;
                position: fixed;
                transition: ms;
                right: 24px;
                left: unset;
                bottom: 50px;
                z-index: 100;
                border-radius: 50%;
                border: px  solid  #025269;
                padding: 16px;
                flex-direction: row;
                justify-content: center;
                align-items: center;
                background-color: #69E000;
            }
            #back_to_top svg{
                width: 24px;
                height: 24px;
                fill: #025269;
            }
            #back_to_top img{
                width: 24px;
                height: 24px;
                fill: #025269;
                object-fit:contain;
            }
            .search-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .basket-shop img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .lang-btn img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
            .icon-login img{
                width: 25px;
                height: 25px;
                object-fit: contain;
            }
        
                    .header-container{
                        grid-template-rows: 1fr;  
                        grid-template-columns: 184px minmax(auto, 100%) 1fr;
                        grid-template-areas: 
                            "top-1 top-2 top-3"; 
                    }
                    .top-section-1{
                        justify-content: flex-start;
                    }
                    .top-section-2{
                        justify-content: flex-start;
                    }
                    .logo-container{
                        justify-content: flex-start;
                    }
                    .nav-container{
                        justify-content: flex-start;
                    }
                    .nav-container .navbar{
                        justify-content: flex-start;
                    }
                    .width-full{
                        width: 100% !important;
                    }
                #module_footer_section_1{
;
width:100%;
padding-top:4vw;
padding-right:4vw;
padding-bottom:4vw;
padding-left:4vw;
border-style:none;
}#module_footer_column_1{
;
width:33%;
margin-top:0px;
padding-right:2vw;
border-style:none;
}#module_footer_items_1{
;
cursor:default;
text-align:center;
width:13vw;
height:5vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_1:hover{
;
}#module_footer_row_2{
;
padding-top:3vw;
border-style:none;
}#module_footer_items_2{
;
position:relative;
cursor:default;
text-align:left;
line-height:2.1vw;
color:#bfbfbf;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_2:hover{
;
}#module_footer_row_3{
;
width:100%;
padding-top:2vw;
border-style:none;
}#module_footer_column_2{
;
width:33%;
margin-top:0px;
justify-content:center;
border-style:none;
}#module_footer_row_4{
;
justify-content:center;
border-style:none;
}#module_footer_items_5{
;
cursor:default;
text-align:center;
height:5vw;
color:#d9d9d9;
font-weight:500;
font-size:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_5:hover{
;
}#module_footer_row_5{
;
justify-content:center;
padding-top:3vw;
padding-left:11vw;
border-style:none;
}#module_footer_items_6{
;
cursor:default;
text-align:left;
width:7vw;
height:7.25vw;
background-color:#000;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:.9;
border-style:none;
margin-right:.5vw;
}#module_footer_items_6:hover{
;
background-color:#000;
opacity:.65;
}#module_footer_items_7{
;
cursor:default;
text-align:left;
width:7vw;
height:7.25vw;
background-color:#000;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:.9;
border-style:none;
margin-right:.5vw;
}#module_footer_items_7:hover{
;
background-color:#000;
opacity:.65;
}#module_footer_items_8{
;
cursor:default;
text-align:left;
width:7vw;
height:7.25vw;
background-color:#81c13295;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:.9;
border-style:none;
margin-right:140px;
}#module_footer_items_8:hover{
;
background-color:#000;
opacity:.65;
}#module_footer_row_6{
;
justify-content:center;
padding-top:1vw;
padding-left:11vw;
border-style:none;
}#module_footer_items_9{
;
cursor:default;
width:7vw;
height:7.25vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:.9;
border-style:none;
margin-right:.5vw;
}#module_footer_items_9:hover{
;
}#module_footer_items_10{
;
cursor:default;
text-align:center;
width:7vw;
height:7.25vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:.9;
border-style:none;
margin-right:.5vw;
}#module_footer_items_10:hover{
;
}#module_footer_items_11{
;
cursor:default;
width:7vw;
height:7.25vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:.65;
border-style:none;
margin-right:132px;
}#module_footer_items_11:hover{
;
}#module_footer_column_3{
;
width:33%;
margin-top:0px;
padding-left:4vw;
border-style:none;
}#module_footer_row_7{
;
justify-content:flex-start;
border-style:none;
}#module_footer_items_12{
;
cursor:default;
text-align:left;
height:5vw;
color:#d9d9d9;
font-weight:500;
font-size:1.6vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_12:hover{
;
}#module_footer_row_8{
;
padding-top:3vw;
border-style:none;
}#module_footer_items_13{
;
cursor:default;
text-align:left;
line-height:1.2vw;
color:#d9d9d9;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
}#module_footer_items_13:hover{
;
}#module_footer_row_9{
;
margin-top:0px;
padding-top:3vw;
border-style:none;
}#module_footer_items_14{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:10px;
}#module_footer_items_14:hover{
;
}#module_footer_items_15{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:2vw;
}#module_footer_items_15:hover{
;
}#module_footer_items_16{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:2vw;
}#module_footer_items_16:hover{
;
}#module_footer_items_17{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:2vw;
}#module_footer_items_17:hover{
;
}#module_footer_items_18{
;
cursor:default;
width:2vw;
height:2vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:2vw;
}#module_footer_items_18:hover{
;
}#module_footer_items_19{
;
cursor:default;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
margin-left:10px;
}#module_footer_items_19:hover{
;
}#module_footer_section_2{
;
width:100%;
background-color:#967D66;
justify-content:center;
border-style:none;
}#module_footer_row_10{
;
width:100%;
justify-content:center;
border-style:none;
}#module_footer_items_20{
;
cursor:default;
text-align:center;
width:100%;
height:4vw;
line-height:2.5vw;
color:#025269;
font-weight:300;
font-size:1.1vw;
transition-duration:600ms;
transition-delay:0ms;
transition-timing-function:ease;
visibility:visible;
opacity:1;
border-style:none;
padding-top:1vw;
padding-right:15vw;
padding-bottom:1vw;
padding-left:15vw;
}#module_footer_items_20:hover{
;
}#public_footer_main_1{;background-color:#025269;background-size:cover;background-repeat:no-repeat;background-position:center;background-attachment:fixed;width:100%;max-width:100%;border-style:none;}#public_footer_main_1:hover{;}
                #public_footer_main_1{
                    position:relative;
                    margin-right:auto !important;
                    margin-left:auto !important;
                    overflow:hidden !important;
                }
                #public_footer_main_1 > div{
                    position:relative;
                    z-index:12;
                }
                
                #public_footer_main_1 
            
            #public_footer_main_1 .new_admin_layer {
                position: absolute;
                width: 100%;
                height: 100%;
                z-index: 10;
                transition: all 600ms ease;
                background-color: rgba(0,0,0,0);
                display: flex;
                
            right:0;
            top:0;
        
            }

            #public_footer_main_1 .layer_first_child {
                width: 100%;
            }
        
            #public_footer_main_1:hover .new_admin_layer {
                border-radius: 0 !important;
                
                background-color: rgba(0,0,0,0);
            }
        
            #msg_footer.msg_footer,
            #msg_footer_complete.msg_footer{
                position: fixed;
                top: 50px;
                right: 10px;
                width: 400px;
                height: 50px;
                z-index: 10000;
                border-radius: 3px;
            }

            #msg_footer .d_flex,
            #msg_footer_complete .d_flex{
                display: flex;
                flex-direction: row;
                justify-content: space-between;
                align-items: center;
                height: 100%;
                padding: 0 15px;
            }

            #msg_footer.green_msg_footer {
                background-color: #d4edda;
                border: 1px solid #c3e6cb;
                color: #155724;
            }

            #msg_footer.red_msg_footer,
            #msg_footer_complete.red_msg_footer{
                background-color: #f8d7da;
                border: 1px solid #f5c6cb;
                color: #721c24;
            }

            #msg_footer .close_msg,
            #msg_footer_complete .close_msg{
                cursor: pointer;
                font-size: 25px;
                padding-right: 15px;
            }

            #msg_footer .close_msg:hover,
            #msg_footer_complete .close_msg:hover{
                color: #000;
            }
            
            .border_red{
                border: 1px solid #e20000;
            }
            footer a{
                color: inherit;
            }
        .dno{display:none!important;}
            #body_popup_1,#body_popup_2{
                position:fixed;
                display:flex;
                text-align:center;
                top:0;
                bottom:0;
                right:0;
                left:0;
                z-index:99999;
                visibility:hidden;
                opacity: 0;
                background:rgba(0,0,0,0.5);
            }
            #body_popup_1.open-popup,#body_popup_2.open-popup{
                visibility:visible;
                opacity: 1;
            }
            #body_popup_1 > div,#body_popup_2 > div{
                display:block;
                background:#fff;
                padding:10px;
                margin:auto;
                transform:translateY(-150px);
                -webkit-transition:transform .3s;-moz-transition:transform .3s;-ms-transition:transform .3s;-o-transition:transform .3s;transition:transform .3s;
                text-align:center;
                border-radius:10px;
                position:relative;
                z-index:999999;
            }
            #body_popup_1.open-popup > div,#body_popup_1.open-popup > div{
                transform:translateY(0);
            }
            #body_popup_1 .icon-close-popup{
                position:absolute;
                font-size:30px;
                height:30px;
                width:30px;
                border-radius:50%;
                color:red;
                top:-10px;
                right:-10px;
                background-color:transparent;
                z-index:9999;
            }
            #body_popup_1 .icon-close-popup i{
                position:absolute;
                top:0;
                right:0;
            }
            #body_popup_1 .container-html{
                height:100%;
                overflow:auto;
                max-height:90vh;
            }
            #body_popup_1 .container-html::-webkit-scrollbar{
                width:5px;
                height:100%;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-track{
                background-color:transparent;
            }
            #body_popup_1 .container-html::-webkit-scrollbar-thumb{
                background-color:#777;
                border-radius:20%;
            }
            #body_popup_1 .icon-close-popup{
                color:#fff;
                top:0;
                right:0;
            }
            #module_waiting_box{
                position:fixed;
                background:rgba(256,256,256,0.8);
                width:100%;
                height:100%;
                -webkit-transition:.3s;-moz-transition:.3s;-ms-transition:.3s;-o-transition:.3s;transition:.3s;
                top:0;
                right:0;
                opacity:0;
                z-index:9999999999999;
                visibility:hidden;
            }
            #module_waiting_box.show-waiting{
                visibility:visible;
                opacity:1;
            }
            #module_waiting_box .spinner {
              margin: 100px auto 0;
              width: 70px;
              text-align: center;
            }
            
            #module_waiting_box .spinner > div {
              width: 18px;
              height: 18px;
              background-color: #333;
              border-radius: 100%;
              display: inline-block;
              -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
              animation: sk-bouncedelay 1.4s infinite ease-in-out both;
            }
            
            #module_waiting_box .spinner .bounce1 {
              -webkit-animation-delay: -0.35s;
              animation-delay: -0.35s;
            }
            
            #module_waiting_box .spinner .bounce2 {
              -webkit-animation-delay: -0.16s;
              animation-delay: -0.16s;
            }
            
            @-webkit-keyframes sk-bouncedelay {
              0%, 95%, 100% { -webkit-transform: scale(0) }
              50% { -webkit-transform: scale(1.0) }
            }
            
            @keyframes sk-bouncedelay {
              0%, 95%, 100% { 
                -webkit-transform: scale(0);
                transform: scale(0);
              } 50% { 
                -webkit-transform: scale(1.0);
                transform: scale(1.0);
              }
            }
        body{direction: ltr;text-align: left;}