/* ========================================================= Header Start =============================================================================== */
body .uwy.userway_p1 .uai {
    top: auto !important
}

body .uwy.userway_p1 {
    top: 50px !important;
}

body.menu-open .uwy{
    opacity:0;
    pointer-events:none;
    visibility:hidden
}

.uwy.userway_p1 .userway_buttons_wrapper {
    top: auto !important;
    bottom: 20px !important;
    right: auto !important;
    left: 12px !important;
    transform: none !important
}

header.style-3 .more-menu-wrapper .top-bar-navigation>ul {
    display: flex;
    flex-flow: row wrap;
    gap: 8px;
    justify-content: space-between;
}

header.style-3 .more-menu-wrapper .top-bar-navigation>ul > li {
    text-transform: none !important;
    border: none !important;
    background-color: var(--color-gray-option-1);
}

header.style-3 #more-menu nav li a {
    display: flex;
    gap: 8px;
    align-items: center;
    padding: 8px;
    height: 100%;
    text-align: left;
    font-size: 12px;
}

header.style-3 #more-menu nav.top-bar-navigation li a > span {
    line-height: 14px;
    letter-spacing: -0.35px;
}

header.style-3 .top-bar-navigation>ul > li svg {
    flex-shrink: 0;
    padding: 4px;
}

.r2g-language.language-switcher {
    display: none;
}

.goog-te-gadget-simple .VIpgJd-ZVi9od-xl07Ob-lTBxed > span:first-child {
    display: none
}

header.style-3 .overflow-logo {
    display: none;
}

header.style-3 .more-menu-wrapper .r2g-contact-options{
    position:absolute;
    top: 20px;
    right: 80px;
}

header.style-3 .more-menu-wrapper:has(.r2g-contact-options) .header-search-wrapper{
    width: calc(100% - 135px);
}

@media(max-width: 767.5px) {
    header.style-3, .window-scrolled header.style-3 {
        height: var(--number-header-height);
        border-bottom: 1px solid #F2F2F2;
    }

    .window-scrolled header.style-3 #branding {
        transform: none;
    }

    .main-container {
        padding-top: calc(var(--number-header-height) + 1px);
    }

    header.style-3 #branding {
        padding: 0;
        max-width: fit-content;
        border: 0;
    }

    header.style-3 #branding .logo {
        max-width: 90%;
        margin: 0;
    }

    header.style-3 .container {
        display: flex;
        justify-content: space-between;
        align-items: center;
    }

    header.style-3 .menu-btn {
        top: 50%;
        transform: translateY(-50%);
    }

    header.style-3 .container {
        padding: 0 15px;
    }

    header.style-3 .btn-e-market-place-login-mobile {
        width: 30px;
        height: 30px;
        display: flex;
        background-image: url(/images/custom-icons/edb_login_icon-01.svg);
        background-repeat: no-repeat;
        background-size: cover;
        background-position: center center;
    }

    header.style-3 .header-bottom-bar .header-search > span {
        font-size: 18px
    }

    header.style-3 .more-menu-wrapper .search-wrapper {
        background-color: transparent;
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        opacity: 1;
        pointer-events: auto;
    }

    header.style-3 .more-menu-wrapper .search-wrapper #search {
        padding: 0;
        height: 32px;
        display: block;
        width: calc(100% - 41px);
        background-color: transparent;
        border: none;
    }

    header.style-3 .more-menu-wrapper .search-wrapper .search-input-wrapper {
        padding: 0;
    }

    header.style-3 .more-menu-wrapper .search-wrapper .search-input-wrapper button {
        opacity: 0;
    }

    header.style-3 .more-menu-wrapper .search-wrapper .search-input-wrapper .close-search {
        display: none;
    }

    header.style-3 .more-menu-wrapper .search-wrapper .search-input-wrapper .view-advance-search {
        right: 10px;
    }

    header.style-3 #more-menu {
        display: flex;
        flex-direction: column;
    }

    header.style-3 #more-menu::before {
        content: "";
        height: 1px;
        background-color: #F2F2F2;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
    }

    header.style-3 #more-menu .main-menu-on-mobile {
        order: 2;
        margin-top: 24px;
        padding-top: 24px;
        position: relative;
    }

    header.style-3 #more-menu .main-menu-on-mobile::before {
        content: "";
        height: 1px;
        background-color: #F2F2F2;
        display: block;
        position: absolute;
        left: -15px;
        right: 0;
        top: 0;
        width: 100vw;
    }

    header.style-3 #more-menu nav:not(.top-bar-navigation) {
        display: block !important
    }

    header.style-3 .header-bottom-bar #main-menu {
        display: none !important;
    }

    header.style-3 #more-menu-wrapper, .menu-open header.style-3 #more-menu-wrapper {
        top: 0;
        height: 100vh;
        opacity: 1;
        padding: 15px;
        bottom: 0;
        overflow: scroll;
    }

    header.style-3 #more-menu-wrapper {
        transform: translateX(100%);
        transition: all .4s ease-in-out;
        opacity: 1;
        background: #fff;
    }

    .menu-open header.style-3 #more-menu-wrapper {
        transform: translateX(0);
        opacity: 1;
        z-index: 20;
    }

    .menu-open header.style-3 #more-menu-wrapper::before {
        content: "";
        height: 1px;
        background-color: #F2F2F2;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: var(--number-header-height);
    }

    header.style-3 #branding {
        margin-top: 0 !important;
    }

    header.style-3 .top-bar {
        padding-right: 0;
        right: 65px;
        left: auto;
        max-width: 90px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
        z-index: auto;
    }

    header.style-3 .top-bar-navigation>ul {
        padding-top: 24px;
    }

    header.style-3 .top-bar-navigation>ul>li.announcements {
        display: flex;
        flex-shrink: 0;
    }

    header.style-3 .top-bar .r2g-contact-options, header.style-3 .top-bar .custom-drop-down, header.style-3 .top-bar .r2g-cms-language, header.style-3 .top-bar .header-search, header.style-3 .top-bar {
        border: 0 !important;
    }

    header.style-3 .top-bar-wrapper {
        display: flex;
        gap: 24px;
        align-items: center;
    }

    header.style-3 .top-bar .header-search, header.style-3 .top-bar .log-in-wrapper {
        display: none;
    }

    header.style-3 .top-bar .r2g-cms-language nav {
        width: 70px;
        left: -100%;
        background-color: white;
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
    }

    header.style-3 .top-bar .r2g-cms-language.active .selected-lan {
        background-color: white;
    }

    header.style-3 .header-bottom-bar .header-search {
        display: flex;
        background-color: var(--color-gray-option-1);
        padding: 8px 12px;
        width: calc(100% - 70px);
        margin-top: 3px;
        margin-bottom: 23px;
        position: relative;
    }

    header.style-3 .top-bar-navigation>ul > li {
        width: calc(100%) !important;
        text-transform: none !important;
        border: none !important;
        background-color: var(--color-gray-option-1);
    }

    header.style-3 .main-menu-on-mobile-navigation li > div {
        display: flex !important;
        align-items: center;
        justify-content: space-between;
        padding: 4px 20px 4px 0;
    }

    header.style-3 .main-menu-on-mobile-navigation li {
        border: none !important;
    }

    header.style-3 .main-menu-on-mobile-navigation li .image-wrapper {
        width: 80px
    }

    header.style-3 .main-menu-on-mobile-navigation li .image-wrapper img {
        width: 100%;
    }

    header.style-3 .main-menu-on-mobile-navigation li .text-wrapper {
        display: flex;
        flex-direction: column
    }

    header.style-3 .main-menu-on-mobile-navigation li .text-wrapper .thin-text {
        font-size: 15px;
        text-transform: none;
        line-height: 22px;
    }

    header.style-3 .main-menu-on-mobile-navigation li .text-wrapper .bold-text {
        font-size: 20px;
        font-weight: 600;
        line-height: 21px;
    }

    header.style-3 .main-menu-on-mobile-navigation .view-slide-in-menu-arrow {
        font-size: 20px;
        color: #293E5C;
        padding: 5px;
    }

    /* Slide In Menus */
    .slide-in-menus .slide-in-menu {
        position: fixed;
        top: 0;
        left: 0;
        width: 100vw;
        height: 100vh;
        z-index: 9999;
        background-color: #fff;
        padding: 23px 15px;
        box-sizing: border-box;
        transform: translateX(100%);
        transition: all .4s ease;
    }

    .slide-in-menus .slide-in-menu.active {
        transform: translateX(0);
    }

    body:has(.slide-in-menus .slide-in-menu.active) {
        overflow: hidden
    }

    .slide-in-menu .slide-in-menu-top {
        display: flex;
        align-items: center;
    }

    .slide-in-menu .slide-in-menu-top .view-slide-in-menu-arrow {
        font-size: 18px;
        opacity: 0.5;
        color: #000;
    }

    .slide-in-menu .slide-in-menu-top .back-menu-title {
        flex: 1;
        text-align: center;
        text-transform: uppercase;
        font-size: 15px;
        font-weight: 600;
        color: #000;
    }

    .slide-in-menu::before {
        content: "";
        height: 1px;
        background-color: #F2F2F2;
        display: block;
        position: absolute;
        left: 0;
        right: 0;
        top: var(--number-header-height);
    }

    .slide-in-menu .slide-in-menu-wrapper {
        margin-top: 50px;
        overflow: scroll;
        height: calc(100vh - var(--number-header-height));
        scrollbar-width: thin;
        scrollbar-color: #888 #f1f1f1;
    }

    .slide-in-menu .slide-in-menu-wrapper::-webkit-scrollbar {
        width: 5px;
    }

    .slide-in-menu .slide-in-menu-wrapper nav {
        margin-bottom: 100px;
    }

    .slide-in-menu.slide-in-menu-level-1 .slide-in-menu-wrapper .menu-title {
        font-size: 20px;
        font-weight: 600;
        color: #000;
    }

    .slide-in-menu.slide-in-menu-level-1 .slide-in-menu-wrapper > ul {
        display: flex;
        flex-direction: column;
        gap: 23px;
        margin: 0;
    }

    .slide-in-menu.slide-in-menu-level-1 .slide-in-menu-wrapper > ul > li .menu-title-wrapper {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .slide-in-menu.slide-in-menu-level-1 .slide-in-menu-wrapper > ul > li .menu-title-wrapper .view-slide-in-menu-arrow {
        padding: 8px;
        font-size: 20px;
        color: #293E5C;
        opacity: 0.5;
    }

    /* Slide Menu Close button */
    .slide-in-menus .menu-btn {
        width: 25px;
        height: 30px;
        position: fixed;
        margin-left: 15px;
        cursor: pointer;
        float: none;
        display: none;
        vertical-align: middle;
        top: 22px;
        right: 15px;
        z-index: 999999;
    }

    body:has(.slide-in-menus .slide-in-menu.active) .slide-in-menus .menu-btn {
        display: inline-block;
    }

    .slide-in-menus .menu-line {
        display: block;
        width: 100%;
        border-top-width: 2px;
        border-top-style: solid;
        position: absolute;
        left: 0
    }

    .slide-in-menus .line-one.menu-line {
        top: 5px
    }

    .slide-in-menus .line-two.menu-line {
        top: 14px;
        -webkit-transition: opacity 0.1s ease 0.5s;
        -ms-transition: opacity 0.1s ease 0.5s;
        transition: opacity 0.1s ease 0.5s
    }

    .slide-in-menus .line-three.menu-line {
        top: 23px
    }

    .slide-in-menus .menu-btn.menu-close-btn .menu-line.line-one {
        top: 14px;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg)
    }

    .slide-in-menus .menu-btn.menu-close-btn .menu-line.line-three {
        top: 14px;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg)
    }

    .slide-in-menus .menu-btn .menu-line.line-one, .slide-in-menus .menu-btn .menu-line.line-three {
        transition: top 0.5s ease, transform 0.5s ease 0.6s;
        -ms-transition: top 0.5s ease, -ms-transform 0.5s ease 0.6s;
        transition: top 0.5s ease, transform 0.5s ease 0.6s
    }

    .slide-in-menus .menu-btn.menu-open-btn .menu-line.line-one, .slide-in-menus .menu-btn.menu-open-btn .menu-line.line-three {
        -webkit-transition: -webkit-transform 0.5s ease, top 0.5s ease 0.6s;
        -ms-transition: -ms-transform 0.5s ease, top 0.5s ease 0.6s;
        transition: transform 0.5s ease, top 0.5s ease 0.6s
    }

    .slide-in-menus .menu-btn.menu-close-btn .menu-line.line-two {
        opacity: 0
    }

    /* Slide In Menu Accordion */
    .slide-in-menus .mega-menu {
        column-count: auto;
    }

    .slide-in-menus .mega-menu .mega-menu-heading {
        font-size: 20px;
        line-height: 21px;
        color: #000;
        padding: 0;
        border: none;
    }

    .slide-in-menus .mega-menu .mega-menu-item:first-child .mega-menu-heading {
        border-top-color: transparent;
    }

    .slide-in-menu .slide-in-menu-wrapper:has( >nav .mega-menu) {
        margin-top: 30px
    }

    .slide-in-menu .mega-menu .mega-menu-item:not(.active) ul {
        display: none;
    }

    .slide-in-menu .mega-menu-item {
        margin: 0;
        padding: 24px 0;
        border-bottom: 1px solid #F2F2F2;
    }

    .slide-in-menus .mega-menu .mega-menu-item .mega-menu-heading {
        display: flex;
        align-items: center;
        justify-content: space-between
    }

    .slide-in-menus .mega-menu .mega-menu-item.active .mega-menu-heading .slide-menu-accordion-arrow::before {
        content: "\eb76"
    }

    .slide-in-menus .slide-menu-accordion-arrow {
        color: #293E5C;
        opacity: 0.5;
    }

    .slide-in-menus .mega-menu-with-images {
        column-count: auto;
        flex-direction: column;
        gap: 8px;
    }

    .slide-in-menus .mega-menu-with-images .mega-menu-with-images-item {
        max-width: none;
        width: 100%;
        display: flex;
        align-items: center;
        flex-basis: auto;
        margin: 0;
        text-indent: inherit;
        gap: 15px;
    }

    .slide-in-menus .mega-menu-with-images-item::before {
        display: none;
    }

    .slide-in-menus .mega-menu-with-images-item .image-wrapper {
        display: flex;
        width: 40px;
    }

    .slide-in-menus .mega-menu-with-images-item a {
        font-size: inherit;
    }
    
    .header-bottom-bar .header-custom-wrapper{
        display: none !important;
    }
    
    .slide-in-menus .mega-menu ul li{
        margin-bottom: 15px;
    }
    
    .slide-in-menus .mega-menu ul li> a{
        font-size: 15px;
    }

    .slide-in-menus .mega-menu ul li:first-child{
        margin-top: 24px;
    }

    .slide-in-menus .mega-menu ul li:last-child{
        margin-bottom: 0 !important;
    }
    
}

@media (max-width: 767.5px) and (min-width: 360px) {
    header.style-3 .top-bar-navigation>ul > li {
        width:calc(50% - 8px) !important;
    }
}

@media (max-width: 767.5px) and (min-width: 560px) {
    header.style-3 .header-bottom-bar .header-search {
        width: calc(100% - 120px);
    }
}

@media (max-width: 1279px) {
    header.style-3 .menu-btn {
        right: 14px;
        margin: 0;
        z-index: 21;
    }
}

@media(min-width: 560px) {
    header.style-3 .more-menu-wrapper .top-bar-navigation>ul > li {
        width: calc((100% / 3) - 8px) !important;
    }
}

@media(min-width: 768px) {
    .main-menu-on-mobile {
        display:none
    }

    body:not(.scrolled).menu-open header.style-3 #more-menu-wrapper {
        top: 145px;
    }

    header.style-3 #more-menu-wrapper .top-bar-navigation {
        margin-top: 0;
    }

    header .top-bar-navigation a {
        display: flex;
        gap: 8px;
        align-items: center;
        font-size: 12px;
    }

    header .top-bar-navigation a span {
        line-height: 1
    }

    header .more-menu-wrapper .header-top-menu-revamp-2025 {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    header .top-bar .header-top-menu-revamp-2025 {
        display: none
    }

    header .header-top-menu-revamp-2025 > li {
        line-height: 1 !important;
        display: flex !important;
        justify-content: center;
        align-items: center;
    }

    .header-custom-wrapper {
        top: 63px;
        right: 7px;
        display: none;
    }

    header.style-3 .top-bar .log-in-wrapper {
        display: none;
    }

    header.style-3 .top-bar .r2g-contact-options.contact-tel-only a {
        width: auto;
        text-indent: unset;
        padding: 8px 12px;
        border-radius: 30px;
        border: 1px solid #000000;
        box-sizing: border-box;
        display: flex;
        justify-content: center;
        align-items: center;
        line-height: 14px;
        font-size: 11px;
        gap: 7px;
    }

    header.style-3 .top-bar .r2g-contact-options.contact-tel-only {
        padding: 0;
        display: inline-flex;
        height: auto;
        width: auto;
        order: 20;
        margin-left: 17px;
    }

    header.style-3 .r2g-contact-options.contact-tel-only a:before {
        position: static;
        width: 20px;
        height: 20px;
        display: block;
        transform: none;
    }

    header.style-3 .top-bar-wrapper {
        display: flex;
        justify-content: flex-end;
        align-items: center
    }

    header.style-3 #main-menu nav li.has-mega-menu a {
        text-transform: uppercase;
        font-weight: 600;
    }

    .mega-menu-item-wrapper {
        overflow-y: scroll;
    }

    /* For Chrome, Edge, and Safari */
    .mega-menu-item-wrapper::-webkit-scrollbar {
        width: 8px;
        /* adjust width */
    }

    .mega-menu-item-wrapper::-webkit-scrollbar-track {
        background: transparent;
        /* transparent track */
    }

    .mega-menu-item-wrapper::-webkit-scrollbar-thumb {
        background-color: rgba(136, 136, 136, 0.6);
        /* semi-transparent thumb */
        border-radius: 10px;
    }

    .mega-menu-item-wrapper::-webkit-scrollbar-thumb:hover {
        background-color: rgba(136, 136, 136, 0.9);
        /* darker on hover */
    }

    /* Hide scrollbar arrows */
    .mega-menu-item-wrapper::-webkit-scrollbar-button {
        display: none;
        width: 0;
        height: 0;
    }

    /* For Firefox */
    .mega-menu-item-wrapper {
        scrollbar-width: thin;
        scrollbar-color: rgba(136, 136, 136, 0.6) transparent;
    }

    header.style-3 .top-bar .header-search {
        display: block !important;
        order: 20;
        margin-left: 17px;
    }

    header.style-3 .top-bar {
        padding-right: 25px
    }

    .show-search-wrapper .mega-menu-arrow {
        opacity: 0;
        pointer-events: none;
    }
    
    .slide-in-menus{
        display: none !important;
    }

    header.style-3 .more-menu-wrapper .r2g-contact-options{
        display:none
    }

    header.style-3 .more-menu-wrapper .header-search-wrapper{
        display:none;
    }
    
    .mega-menu-heading{
        font-weight: 600;
    } 
    
}

@media(min-width: 1024px) {
    body:not(.scrolled).menu-open header.style-3 #more-menu-wrapper {
        top: 130px;
    }

    .uwy.userway_p1 .userway_buttons_wrapper {
        right: 20px
    }
    
    .mega-menu-item-wrapper{
        overflow:auto
    }
    
}

@media(min-width: 1280px) {
    header .top-bar .header-top-menu-revamp-2025 {
        display:flex;
        padding-right: 0 !important
    }

    header .top-bar {
        padding: 0 !important
    }

    .header-custom-wrapper {
        top: 0px;
        right: 15px;
    }

    header.style-3 #main-menu {
        margin-right: 75px
    }

    .r2g-language.language-switcher {
        display: flex;
        top: 0px;
    }

    .header-fixed.scrolled header.style-3 .header-bottom-bar {
        padding-bottom: 15px;
    }

    header .top-bar-navigation a {
        gap: 6px
    }

    header.style-3 .top-bar-navigation>ul > li svg {
        padding: 2px
    }

    .r2g-top-bar-menu nav ul li {
        margin-left: 24px;
    }

    header.style-3 .top-bar .r2g-top-bar-menu {
        margin-right: 24px
    }

    header.style-3 .top-bar .r2g-cms-language .selected-lan {
        padding-top: 6px;
    }

    header.style-3 {
        padding-bottom: 20px;
    }

    header.style-3 .header-bottom-bar {
        margin: 70px 58px 0 0;
    }

    header.style-3 .overflow-logo {
        display: block;
        position: absolute;
        left: 0;
        width: 120px;
        transition: all .4s ease-in-out;
        transform-origin: center center;
        cursor: pointer;
    }

    header.style-3 #branding {
        opacity: 0;
        will-change: transform;
    }

    body:has(.mega-menu-wrapper.show-mega-menu) header.style-3 #branding,
    .scrolled header.style-3 #branding {
        opacity: 1;
    }
    
    body:has(.mega-menu-wrapper.show-mega-menu):not(.window-scrolled) header.style-3 #branding img{
        width: 80px;
    }

    body:has(.mega-menu-wrapper.show-mega-menu) header.style-3 .overflow-logo,
    .scrolled header.style-3 .overflow-logo {
        opacity: 0;
    }

    header.style-3 #branding,
    .window-scrolled header.style-3 #branding {
        max-width: fit-content !important;
    }

    .window-scrolled header.style-3 #branding .default-logo {
        max-height: 100px;
    }

    .mega-menu-wrapper {
        z-index: 20 !important;
        box-shadow: none !important;
    }

    header.style-3 .top-bar .header-search {
        display: none !important;
    }

    .header-custom-wrapper {
        display: flex !important;
    }
}

/* ========================================================= Header End =============================================================================== */
.floating-links {
    position: fixed;
    right: 32px;
    bottom: 25%;
    z-index: 1;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: flex-end;
    opacity: 0;
    pointer-events: none;
    visibility: hidden;
    transition: all .4s ease-in-out;
}

.floating-links-initialized .floating-links {
    opacity: 1;
    pointer-events: auto;
    visibility: visible
}

.floating-links .toggle-button {
    width: 53px;
    height: 53px;
    background-color: #fff;
    border-radius: 50%;
    position: relative;
    box-shadow: rgba(0,0,0,0.16) 0 10px 36px 0,rgba(0,0,0,0.06) 0 0 0 1px;
    box-shadow: rgba(0,0,0,0.1) 0 0 5px 0,rgba(0,0,0,0.1) 0 0 1px 0;
    cursor: pointer
}

.floating-links .toggle-button>span {
    position: absolute;
    top: 51%;
    left: 50%;
    transform: translate(-50%,-50%);
    width: 30px;
    height: 30px;
    transition: opacity 0.5s ease;
    pointer-events: none;
    display: flex;
    justify-content: center;
    align-items: center;
}

.floating-links .toggle-button>span.close-btn {
    opacity: 0
}

.floating-links-open .floating-links .toggle-button>span.close-btn {
    opacity: 1
}

.floating-links-open .floating-links .toggle-button>span.open-btn {
    opacity: 0
}

.floating-links .toggle-button>span>img {
    object-fit: cover
}

.floating-links .floating-menu {
    margin-bottom: 24px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-end;
    gap: 10px;
    opacity: 0;
    pointer-events: none;
    visibility: hidden
}

.floating-links-initialized .floating-links .floating-menu {
    display: none
}

.floating-links-open .floating-links .floating-menu {
    opacity: 1;
    pointer-events: auto;
    visibility: visible;
    display: flex
}

.floating-links .floating-menu .link-icon {
    width: 43px;
    height: 43px;
    padding: 5px;
    border-radius: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-sizing: border-box;
    position: relative;
    z-index: 5;
    overflow: hidden
}

.floating-links .floating-menu .link-icon::before {
    content: "";
    position: absolute;
    inset: -1px;
    border-radius: 50%;
    padding: 2px;
    background: var( --primary-gradient);
    /* mask: linear-gradient(#000 0 0) content-box,linear-gradient(#000 0 0); */
    /* mask-composite: exclude; */
    display: inline-block
}

.floating-links .floating-menu .floating-link:hover .link-icon::before {
    /* mask: none; */
}

.floating-links .floating-menu .floating-link:hover img {
    /* filter: brightness(0) invert(1); */
}

.floating-links .floating-menu .link-title {
    font-size: 14px;
    font-weight: 500;
    line-height: 150%;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
    white-space: nowrap;
    font-weight: 600;
    text-transform: uppercase;
    color: #333132;
}

.floating-links-initialized .floating-links .floating-menu .link-title {
    display: none;
    width: 0
}

.floating-links .floating-menu .link-icon img {
    width: 48px;
    height: 48px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%)
}

.floating-links .floating-menu .floating-link {
    background-color: #fff;
    display: flex;
    border-radius: 192px;
    gap: 8px;
    padding: 5px 5px 5px 5px;
    justify-content: center;
    align-items: center;
    max-width: fit-content;
    text-decoration: none;
    color: var(--color-black);
    box-shadow: rgba(0,0,0,0.1) 0 0 5px 0,rgba(0,0,0,0.1) 0 0 1px 0;
    position: relative
}

.chatbot-icon {
    border-radius: 50%;
    background-color: #293E5C;
    bottom: 20px;
    right: 12px;
    transition: all .4s ease-in-out;
}

.floating-links {
    bottom: 82px;
    right: 12px;
}

.back-to-top-button {
    position: fixed;
    bottom: 20px;
    width: 52px;
    height: 52px;
    background-color: #293E5C;
    border-radius: 50%;
    right: 12px;
    z-index: 999;
    font-size: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    color: #fff;
    font-weight: 700;
    transition: all .4s ease-in-out;
    opacity: 0;
    pointer-events: none;
    cursor: pointer;
}

.back-to-top-button.visible {
    opacity: 1;
    pointer-events: auto;
}

body:has(.back-to-top-button.visible) .floating-links {
    bottom: 147px;
}

body:has(.back-to-top-button.visible) .chatbot-icon {
    bottom: 82px;
}

@media(min-width: 1280px) {
    .floating-links {
        right:32px;
    }

    .chatbot-icon {
        right: 32px
    }

    .back-to-top-button {
        right: 32px
    }
}



/* Mainvisual */
@media(min-width: 1280px){
    
    .home-page-mv .slider-item .hero-video{
         
        height: calc(100vh - 116px);
    }
}


/* ==================================================================  Footer Start ======================================================================= */
.r2g-footer h3 {
    font-weight: 600;
}

@media(max-width: 767.5px) {
    .r2g-footer .footer-item:first-child {
        border-bottom: 1px solid #DFDFDF;
    }

    .r2g-footer .footer-item:nth-child(5) {
        border-bottom: 1px solid #DFDFDF;
        padding-bottom: 40px;
    }

    .r2g-footer .footer-item:first-child {
        display: flex;
        justify-content: space-between;
    }

    .footer-items .footer-item:first-child .footer.xbox-image img {
        max-width: 100%;
    }

    .r2g-footer .footer-item .form-wrapper .form-group.fb-button {
        margin-bottom: 0;
    }

    .r2g-footer .form-newsletter {
        display: flex;
        align-items: center;
    }

    .r2g-footer .r2g-social-media ul {
        display: flex !important;
        justify-content: flex-start;
        text-align: left;
        gap: 17px;
    }

    .r2g-footer .r2g-social-media ul > li {
        margin: 0 !important;
    }

    .footer-inner-container .footer-item:nth-child(6) .xmenu-footer-with-heading ul {
        list-style: none;
        display: flex;
        flex-direction: column;
        row-gap: 10px;
        column-gap: 20px;
    }

    .footer-inner-container .footer-item:nth-child(6) .xmenu-footer-with-heading ul li:before {
        display: none;
    }

    .footer-inner-container .footer-item:nth-child(6) .xmenu-footer-with-heading ul li {
        margin: 0;
        padding: 0;
        flex: auto;
        justify-content: flex-start;
        text-align: left;
    }
}

@media (min-width: 360px) and (max-width: 767.5px) {
    .footer-inner-container .footer-item:nth-child(6) .xmenu-footer-with-heading ul {
        flex-flow:row wrap;
    }

    .footer-inner-container .footer-item:nth-child(6) .xmenu-footer-with-heading ul li {
        width: calc(50% - 24px)
    }
}

/* ==================================================================  Footer End ======================================================================= */