﻿#page-loader {
    position: fixed;
    inset: 0;
    background-color: #ffffff;
    z-index: 9999;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: opacity 0.4s ease, visibility 0.4s ease;
}
    #page-loader p {
        font-size: var(--font-size-20);
    }
/* Hidden State */
#page-loader.hide {
    opacity: 0;
    visibility: hidden;
}
.loading_text_gif {
    width: 190px;
    height: 190px;
    background: url(../images/loading_text.gif);
    background-repeat: no-repeat;
    background-size: 100%;
}

/*.loader-spinner {
    width: 48px;
    height: 48px;
    border: 4px solid #e5e7eb;
    border-top-color: #111827;
    border-radius: 50%;
    animation: spin 0.8s linear infinite;
}*/
/*@keyframes spin {
    to {
        transform: rotate(360deg);
    }
}*/
header .top-bar {
    background-color: var(--second-background-color);
}

    header .top-bar .dropdown-toggle::after {
        content: '';
        width: 20px;
        height: 14px;
        background-image: url(../images/Chevron.svg);
        position: absolute;
        right: -30px;
        top: 1.5px;
        background-repeat: no-repeat;
        margin-left: 0;
        vertical-align: 0;
        border-top: none;
        border-right: none;
        border-bottom: 0;
        border-left: none;
        background-size: 100%;
    }

    header .top-bar ul.dropdown-menu {
        background: var(--second-background-color);
        border: none;
    }

        header .top-bar ul.dropdown-menu li a {
            color: var(--text-color);
        }

    header .top-bar .dropdown-item:active {
        background: var(--text-color);
        color: #000 !important;
    }

    header .top-bar .dropdown-item:hover {
        background: var(--text-color);
        color: #000 !important;
    }

    header .top-bar .social_icon img {
        transition: 0.3s all ease;
    }

        header .top-bar .social_icon img:hover {
            transform: scale(1.2)
        }

    header .top-bar a.text-decoration-none {
        font-size: var(--font-size-12);
        font-weight: 500;
    }
.navbar {
    background-color: var(--main-background-color);
}
    .navbar .navbar-collapse {
        flex-grow: unset;
        
    }
.only_for_mobile{
    display:none;
}
a.navbar-brand {
    display: flex;
    align-items: center;
    gap: 10px;
}
.navbar-brand img{
    width:40px;
    z-index:10;
}
a.navbar-brand h3 {
    margin: 0;
    color: var(--text-color);
    font-size: 20px;
    font-weight: 600;
    z-index:0;
    opacity: 0; /* Hidden initially */
    transform: translateX(-50px); /* Start shifted to the right */
}
.navbar-toggler {
    border: none !important;
}
    .navbar-toggler:focus {
        box-shadow: none;
    }
.navbar .dropdown-toggle {
    white-space: nowrap;
    margin-right: 15px !important;
}

nav .dropdown:hover .dropdown-toggle::after {
    border-bottom: none !important;
}

.navbar .dropdown-toggle::after {
    content: '';
    width: 20px;
    height: 14px;
    background-image: url(../images/Chevron.svg);
    position: absolute;
    right: -2px;
    top: 9px;
    background-repeat: no-repeat;
    margin-left: 0;
    vertical-align: 0;
    border-top: none;
    border-right: none;
    border-bottom: 0;
    border-left: none;
    background-size: 100%;
    transition:0.3s all ease;
}

.navbar ul.dropdown-menu {
    background: var(--second-background-color);
    border: none;
    box-shadow: 0 0 4px 2px #64b2e94f, 0 0 8px 3px #64b2e933
}

.navbar ul.dropdown-menu li a {
    color: var(--text-color);
    display: flex;
    align-items: center;
    gap: 10px;
}

.navbar .dropdown-item:active {
    background: var(--text-color);
    color: #000 !important;
}

.navbar-nav li a.nav-link {
    font-weight: 500;
    color: var(--text-color) !important;
    font-size: var(--font-size-14);
}


.fill_btn_nav {
    background: var(--gradient-background-color);
    color: var(--white-color);
    padding: 6px 16px;
    line-height: 18px;
    font-weight: 600;
    font-size: var(--font-size-14);
    border-radius: 30px;
    transition: 0.3s all ease;
}

.outline_btn_nav {
    display: inline-block;
    padding: 6px 16px;
    font-weight: 600;
    font-size: var(--font-size-14);
    line-height: 18px;
    color: var(--text-color);
    text-decoration: none;
    border-radius: 30px;
    position: relative;
    background: linear-gradient(#FFF, #FFF) padding-box, /* background */
    var(--gradient-background-color) border-box; /* border */
    border: 1px solid transparent;
    transition: all 0.3s ease;
}
    .outline_btn_nav span {
        background: var(--gradient-background-color);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent;
    }
/* Force mega-dropdown to full screen width */
.mega-dropdown-menu {
    position: absolute;
    left: -8px;
    right: 0;
    width: 100vw;
    top: 100%;
    border: none;
    border-radius: 0;
    background-color: #fff; /* adjust as needed */
    z-index: 1000;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

/* Optional: remove padding from the dropdown inside nav container */
.navbar .dropdown-menu.mega-dropdown-menu {
    margin-top: 0;
}
.mega-dropdown-menu {
    background-color: #000;
    color: white;
}

    .mega-dropdown-menu .dropdown-item {
        color: white;
    }

        .mega-dropdown-menu .dropdown-item:hover {
            background-color: rgba(255, 255, 255, 0.1);
        }

/* Items inside the menu */
.menu-scroll-wrapper {
    display: flex;
    gap: 1rem;
    min-width: max-content;
}

.menu-item {
    flex: 0 0 auto;
}

@keyframes slideInFromRight {
    from {
        transform: translateX(100%);
        opacity: 0;
    }

    to {
        transform: translateX(0%);
        opacity: 1;
    }
}
.scroll-sticky-nav {
    position: relative;
    top: 0;
    z-index: 999;
    transition: all 0.3s ease;
}
    .scroll-sticky-nav.sticky {
        position: fixed;
        top: 0;
        width: 100%; 
        box-shadow: 0 1px 4px #ffffff1a;
    }
.gap-16 {
    gap: 16px;
}

.f-mega-dropdown-menu{
    position:fixed !important;
    top:unset !important;
}

.vertical-tabs {
    display: flex;
    min-height: 400px;
    background: #000;
    color: #fff; 
}

.tab-nav {
    list-style: none;
    margin: 0;
    padding: 1rem;
    width: 210px;
    border-right: none;
    max-height: 370px;
    overflow: auto;
}
    .tab-nav li {
        padding: 0.8rem 0;
        cursor: pointer;
        border-left: 3px solid transparent;
        transition: 0.3s;
        color: #919191;
        border-bottom: 1px solid #161e2d;
        width: 100%;
    }
        .tab-nav li:hover, .tab-nav li.active {
            color: #fff;
        }

.tab-content {
    flex-grow: 1;
    padding: 1.5rem 1.5rem 1.5rem 5rem;
}

.tab-panel {
    display: none;
    animation: fadeIn 0.3s ease-in;
}

    .tab-panel.active {
        display: block;
    }
.mega_right_bottom {
    display: flex;
    gap: 30px;
}




.mega_right_top {
    position: relative;
    margin: 0 0 30px 0;
}
.new_lable {
    position: absolute;
    left: 40px;
    background: var(--second-background-color);
    border-radius: 5px;
    padding: 5px 10px;
    top: -17px;
}
    .new_lable p {
        font-weight:500;
    }
    @keyframes fadeIn {
        from {
        opacity: 0;
    }

    to {
        opacity: 1;
    }
}

.dropdown-menu {
    --bs-dropdown-bg: transparent;
}
    .dropdown-menu .accordion-item {
        border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color);
    }
    .dropdown-menu .accordion {
        --bs-accordion-border-color: transparent;
    }
    .dropdown-menu .accordion-item { 
        background-color: transparent; 
    }

        .dropdown-menu .accordion-item h2 .accordion-button {
            font-size: var(--font-size-16);
            background: none !important;
            border-bottom: 1px solid #91919147;
            border-radius: 0 !important;
            padding: 10px 0;
            color: #919191 !important;
            font-weight: 500;
            position: relative;
        }
    .dropdown-menu .accordion-body { 
        padding: 10px 0;
    }
.dropdown-menu{
    border:none;
}
    .dropdown-menu .accordion-item h2 .accordion-button span {
        margin: 0 0 0 10px;
        transform: rotate(180deg);
        transition: 0.3s all ease;
    }

    .dropdown-menu .accordion-item h2 .accordion-button.collapsed span {
        transform: rotate(0deg);
    }
.menuAccoSlider .swiper-slide {
    width: auto;
    text-align: center;
}

    .menuAccoSlider .swiper-slide a {
        display: block;
        text-decoration: none;
        color: inherit;
        text-align: left;
    }
.swiper-backface-hidden .swiper-slide p {
    text-align: left;
    color: var(--grey-800);
    font-size: var(--font-size-14);
}
 
    /*    .outline_btn_nav:hover {
        color: #fff;
        background: linear-gradient(95deg, #504E89 2.66%, #0067BB 96.73%) padding-box, linear-gradient(95deg, #504E89 2.66%, #0067BB 96.73%) border-box;
    }
*/
    /*    .outline_btn_nav:hover {
        color: #fff;
        background: linear-gradient(95deg, #504E89 2.66%, #0067BB 96.73%) padding-box, linear-gradient(95deg, #504E89 2.66%, #0067BB 96.73%) border-box;
    }
*/

.dropdown-menu.two-colunm-menu {
    background: var(--second-background-color);
    color: #fff;
    min-width: 400px;
    padding: 15px;
}
.two-colunm-menu_full {
    display: flex;
    gap: 20px;
}
.two-colunm-menu_full ul {
    padding: 0;
}
    .two-colunm-menu_full ul li {
        list-style: none;
        padding: 0;

    }
        .two-colunm-menu_full ul li a {
            color: #656c70;
            font-weight: 500;
            width: 100%;
            transition: 0.3s all ease;
            display: inline-block;
            padding: 10px 10px;
            border-radius: 5px;
        }
            .two-colunm-menu_full ul li a:hover {
                color: #fff;
                background: var(--gradient-background-color);
            }
.two-colunm-menu_left {
    min-width: 160px;
    border-right: 1px solid #afafaf;
    padding: 0 20px 0 0;
}
.two-colunm-menu_right {
    min-width: 240px;
}
.two-colunm-menu_full h3 {
    border-bottom: 1px solid #afafaf;
    padding: 0 0 10px 0;
    font-size: var(--font-size-12);
    font-weight: 500;
    color: var(--text-color);
}



.dropdown-menu.four-colunm-menu {
    background: var(--second-background-color);
    color: #fff;
    min-width: 890px;
    padding: 15px;
    left: -100%;
    box-shadow: 0 0 4px 2px #64b2e94f, 0 0 8px 3px #64b2e933
}

.four-colunm-menu_full {
    display: flex;
    gap: 20px;
}

    .four-colunm-menu_full .four-colunm-menu_left ul {
        padding: 0;
    }

        .four-colunm-menu_full .four-colunm-menu_left ul li {
            list-style: none;
            padding: 0;
        }

    .four-colunm-menu_full .four-colunm-menu_right ul {
        flex-wrap: wrap;
        padding: 0;
        max-height: 58vh;
        overflow: auto;
    }

        .four-colunm-menu_full .four-colunm-menu_right ul li {
            width: 33.33%;
            padding: 0px;
            list-style: none;
        }

    .four-colunm-menu_full ul li a {
        color: #656c70;
        font-weight: 400;
        width: 100%;
        transition: 0.3s all ease;
        display: inline-block;
        padding: 10px 10px;
        border-radius: 5px;
        font-size: var(--font-size-12);
        display: flex;
        gap: 10px;
        align-items: center;
    }

                .four-colunm-menu_full ul li a:hover {
                    color: #fff;
                    background: var(--gradient-background-color);
                }
                    .four-colunm-menu_full ul li a:hover img.menu_icon_black, .four-colunm-menu_full ul li a.activeSub img.menu_icon_black {
                        display: none;
                    }
        .four-colunm-menu_full ul li a img.menu_icon_white {
            display: none;
        }
                    .four-colunm-menu_full ul li a:hover img.menu_icon_white, .four-colunm-menu_full ul li a.activeSub img.menu_icon_white {
                        display: inline;
                    }
                
        .four-colunm-menu_full ul li a.activeSub {
            color: #fff;
            background: var(--gradient-background-color);
        }

.four-colunm-menu_left {
    min-width: 230px;
    border-right: 1px solid #afafaf;
    padding: 0 20px 0 0;
}

.four-colunm-menu_right {
    width: 100%;
}

.four-colunm-menu_full h3 {
    border-bottom: 1px solid #afafaf;
    padding: 0 0 10px 0;
    font-size: var(--font-size-12);
    font-weight: 500;
    color: var(--text-color);
    width: 100%;
}
/* Right Content Styling */
.use-case-list {
    list-style: none;
    padding: 0;
    margin-top: 10px;
    display: none; /* Initially hide all use-case lists */
}

    .use-case-list.active {
        display: flex; /* Only show the list with the 'active' class */
    }

.simple-dropdown{
    padding: 15px 15px;
}
    .simple-dropdown li a {
        color: #8696A0 !important;
        font-weight: 500;
        width: 100%;
        transition: 0.3s all ease;
        display: inline-block;
        padding: 10px 10px;
        border-radius: 5px;
    }

        .simple-dropdown li a:hover {
            background: var(--gradient-background-color) !important;
            color: #fff !important;
        }


            .simple-dropdown li a:hover img.menu_icon_black {
                display: none;
            }

    .simple-dropdown li a img.menu_icon_white {
        display: none;
    }

        .simple-dropdown li a:hover img.menu_icon_white{
            display: inline;
        }