:root {
    --sc-nav-primary: #00809f;
    --sc-nav-primary-soft: rgba(0, 128, 159, 0.1);
    --sc-nav-deep: #003d4d;
    --sc-nav-ink: #0b1a1f;
    --sc-nav-muted: #5b6b74;
    --sc-nav-line: rgba(11, 26, 31, 0.1);
    --sc-nav-shadow: 0 18px 46px rgba(0, 61, 77, 0.16);
}

#header.header-style-10 {
    position: relative;
    z-index: 1000;
    border: 0;
    background: #fff;
}

body.home #header.header-style-10 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background: transparent;
}

body.admin-bar.home #header.header-style-10 {
    top: 32px;
}

#header.header-style-10 > .container {
    width: min(1040px, calc(100% - 44px)) !important;
    max-width: none !important;
    margin: 16px auto !important;
    padding: 0 !important;
}

#header.header-style-10 #topbar,
#header.header-style-10 .tag_h1,
#header.header-style-10 .header-right {
    display: none !important;
}

#header.header-style-10 .header {
    min-height: 58px !important;
    height: auto !important;
    padding: 6px 12px 6px 16px !important;
    border: 1px solid rgba(0, 128, 159, 0.14) !important;
    border-radius: 999px !important;
    background: rgba(255, 255, 255, 0.96) !important;
    box-shadow: 0 12px 30px rgba(0, 61, 77, 0.12) !important;
    backdrop-filter: blur(14px);
}

#header.header-style-10 .header-left {
    width: 100% !important;
    justify-content: space-between !important;
    gap: 18px !important;
}

#header.header-style-10 .logo {
    display: inline-flex !important;
    align-items: center;
    flex: 0 0 auto;
    width: 112px !important;
    margin: 0 !important;
}

#header.header-style-10 .logo.d-block.d-lg-none {
    display: none !important;
}

#header.header-style-10 .logo img {
    display: block;
    width: 100% !important;
    max-width: 100% !important;
    height: 44px !important;
    max-height: 44px !important;
    object-fit: contain !important;
}

#header.header-style-10 #st-main-menu {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex: 1 1 auto;
    min-width: 0;
}

#header.header-style-10 #main-menu {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-end !important;
    gap: 4px !important;
    width: auto !important;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#header.header-style-10 #main-menu li {
    position: relative;
    height: auto !important;
    margin: 0 !important;
    padding: 0 !important;
    list-style: none !important;
}

#header.header-style-10 #main-menu > li > a {
    display: inline-flex !important;
    align-items: center !important;
    height: auto !important;
    min-height: 34px !important;
    padding: 0 10px !important;
    border-radius: 999px !important;
    color: var(--sc-nav-primary) !important;
    font-family: "Inter", system-ui, sans-serif !important;
    font-size: 12.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0.01em !important;
    line-height: 1 !important;
    text-decoration: none !important;
    transition: background 0.2s ease, color 0.2s ease;
}

#header.header-style-10 #main-menu > li:hover > a,
#header.header-style-10 #main-menu > li:focus-within > a,
#header.header-style-10 #main-menu > li.current-menu-item > a,
#header.header-style-10 #main-menu > li.current-menu-ancestor > a {
    background: var(--sc-nav-primary-soft);
    color: var(--sc-nav-deep) !important;
}

#header.header-style-10 #main-menu > li.menu-item-has-children > a::after {
    content: none;
}

#header.header-style-10 #main-menu > li > a > i {
    position: static !important;
    inset: auto !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: auto !important;
    height: auto !important;
    margin: 0 0 0 7px !important;
    padding: 0 !important;
    color: currentColor;
    font-size: 12px;
    line-height: 1;
    transform: none !important;
}

#header.header-style-10 #main-menu .sub-menu,
#header.header-style-10 #main-menu .menu-dropdown {
    position: absolute !important;
    top: calc(100% + 12px) !important;
    left: 50% !important;
    z-index: 20 !important;
    display: block !important;
    width: auto !important;
    min-width: 230px !important;
    max-width: none !important;
    margin: 0 !important;
    padding: 10px !important;
    border: 1px solid var(--sc-nav-line) !important;
    border-radius: 18px !important;
    background: rgba(255, 255, 255, 0.97) !important;
    box-shadow: 0 18px 44px rgba(0, 61, 77, 0.16) !important;
    backdrop-filter: blur(16px);
    list-style: none !important;
    opacity: 0;
    pointer-events: none;
    transform: translate(-50%, -4px) !important;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

#header.header-style-10 #main-menu .sub-menu::before,
#header.header-style-10 #main-menu .menu-dropdown::before {
    content: "";
    position: absolute;
    top: -7px;
    left: 50%;
    width: 14px;
    height: 14px;
    border-top: 1px solid var(--sc-nav-line);
    border-left: 1px solid var(--sc-nav-line);
    background: rgba(255, 255, 255, 0.97);
    transform: translateX(-50%) rotate(45deg);
}

#header.header-style-10 #main-menu li:hover > .sub-menu,
#header.header-style-10 #main-menu li:focus-within > .sub-menu,
#header.header-style-10 #main-menu li:hover > .menu-dropdown,
#header.header-style-10 #main-menu li:focus-within > .menu-dropdown {
    opacity: 1;
    pointer-events: auto;
    transform: translate(-50%, 0) !important;
}

#header.header-style-10 #main-menu .sub-menu a,
#header.header-style-10 #main-menu .menu-dropdown a,
#header.header-style-10 #main-menu li.item-mega-menu .menu-dropdown > li > a {
    position: relative;
    z-index: 1;
    display: flex !important;
    align-items: center !important;
    width: 100% !important;
    min-height: 42px !important;
    padding: 0 13px !important;
    border-radius: 12px !important;
    color: var(--sc-nav-primary) !important;
    font-family: "Inter", system-ui, sans-serif !important;
    font-size: 13.5px !important;
    font-weight: 800 !important;
    letter-spacing: 0 !important;
    line-height: 1.15 !important;
    text-decoration: none !important;
    white-space: nowrap;
    transition: background 0.2s ease, color 0.2s ease;
}

#header.header-style-10 #main-menu .sub-menu li + li,
#header.header-style-10 #main-menu .menu-dropdown li + li {
    margin-top: 4px !important;
}

#header.header-style-10 #main-menu .sub-menu a:hover,
#header.header-style-10 #main-menu .sub-menu a:focus,
#header.header-style-10 #main-menu .menu-dropdown a:hover,
#header.header-style-10 #main-menu .menu-dropdown a:focus,
#header.header-style-10 #main-menu li.item-mega-menu .menu-dropdown > li > a:hover,
#header.header-style-10 #main-menu li.item-mega-menu .menu-dropdown > li > a:focus {
    background: var(--sc-nav-primary-soft) !important;
    color: var(--sc-nav-deep) !important;
}

body #header.header-style-10 .header #main-menu li.menu-item-has-children .menu-dropdown li a {
    min-height: 42px !important;
    padding-top: 0 !important;
    padding-right: 13px !important;
    padding-bottom: 0 !important;
    padding-left: 13px !important;
    border-radius: 12px !important;
}

body #header.header-style-10 .header #main-menu li.menu-item-has-children .menu-dropdown > li > a {
    gap: 10px !important;
    background: rgba(0, 128, 159, 0.06) !important;
    border: 1px solid rgba(0, 128, 159, 0.1) !important;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.65) !important;
}

body #header.header-style-10 .header #main-menu li.menu-item-has-children .menu-dropdown > li > a::before {
    content: "";
    display: inline-block;
    flex: 0 0 auto;
    width: 7px;
    height: 7px;
    border-radius: 50%;
    background: var(--sc-nav-primary);
    opacity: 0.7;
}

body #header.header-style-10 .header #main-menu li.menu-item-has-children .menu-dropdown > li > a::after {
    content: ">";
    margin-left: auto;
    color: rgba(0, 61, 77, 0.58);
    font-size: 13px;
    line-height: 1;
}

body #header.header-style-10 .header #main-menu li.menu-item-has-children .menu-dropdown > li > a:hover,
body #header.header-style-10 .header #main-menu li.menu-item-has-children .menu-dropdown > li > a:focus {
    background: rgba(0, 128, 159, 0.12) !important;
    border-color: rgba(0, 128, 159, 0.22) !important;
}

#header.header-style-10 .toggle-menu {
    display: none !important;
    align-items: center;
    justify-content: center;
    width: 44px;
    height: 44px;
    margin: 0;
    border-radius: 50%;
    background: var(--sc-nav-primary);
    color: #fff;
}

#header.header-style-10 .toggle-menu .fa,
#header.header-style-10 .toggle-menu i {
    color: #fff;
}

body.home .scx-hero {
    width: 100vw !important;
    max-width: none !important;
    margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important;
    padding-top: clamp(98px, 8vw, 118px) !important;
}

body.home .container-fluid {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.home .elementor-48 .elementor-element.elementor-element-04e6bf5,
body.home .elementor-48 .elementor-element.elementor-element-2d12403 {
    width: 100% !important;
    max-width: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

body.home .scx-hero__bg {
    background-image: none !important;
    background-position: center top !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;
    transform: none !important;
}

body.home .elementor-48 .elementor-element.elementor-element-04e6bf5 > .elementor-motion-effects-container {
    display: block !important;
}

@media (max-width: 991px) {
    body.home .elementor-48 .elementor-element.elementor-element-04e6bf5 {
        --padding-top: 0 !important;
        padding-top: 0 !important;
    }

    body.admin-bar.home #header.header-style-10 {
        top: 46px;
    }

    #header.header-style-10 > .container {
        width: min(100% - 20px, 760px);
        margin-top: 10px;
        margin-bottom: 10px;
    }

    #header.header-style-10 .header {
        min-height: 60px;
        padding: 8px 10px 8px 14px;
        border-radius: 24px;
    }

    #header.header-style-10 .header-left {
        gap: 12px;
    }

    #header.header-style-10 .logo {
        width: 126px;
    }

    #header.header-style-10 .logo img {
        height: 46px;
    }

    #header.header-style-10 #st-main-menu {
        display: none !important;
    }

    #header.header-style-10 .toggle-menu {
        display: inline-flex !important;
        order: 3;
        flex: 0 0 auto;
    }

    body.home .scx-hero {
        padding-top: clamp(96px, 21vw, 116px) !important;
    }

    body.home .elementor-48 .elementor-element.elementor-element-04e6bf5 > .elementor-motion-effects-container {
        display: none !important;
    }

    body.home .scx-hero__bg {
        background-image: url("https://sunsetcaribbean.com.do/wp-content/uploads/2025/12/Sunset-caribbean-aerial-tropical-beach-lighthouse-turquoise-water-1.webp") !important;
        background-position: 12% top !important;
    }
}

@media (max-width: 782px) {
    body.admin-bar.home #header.header-style-10 {
        top: 46px;
    }
}

@media (max-width: 480px) {
    #header.header-style-10 > .container {
        width: calc(100% - 16px);
    }

    #header.header-style-10 .logo {
        width: 132px;
    }
}
