body, html {
    overflow-x: hidden;
}

.nav-item {
    margin: 0px 10px;
}

.nav-link {
    color: #000 !important;
    font: normal normal 500 14px / 15px Outfit;
}

.dropdown-item {
    padding: .25rem 0rem;
}

.btn-yellow {
    width: 110px;
    background: #D5DE47 0% 0% no-repeat padding-box;
    border-radius: 16px;
    line-height: normal;
    font: normal normal 600 12px/15px Outfit;
    letter-spacing: 0px;
    padding: .5rem 0.75rem !important
}

.footer ul li a {
    color: #000;
    font-weight: normal;
    text-decoration: none;
}

.footer a:hover {
    text-decoration: underline;
}

.footer .btn-primary {
    background-color: #3B2EFF;
    border: none;
    display: flex;
    align-items: center;
    justify-content: center;
}

.footer h6 {
    font: var(--unnamed-font-style-normal) normal var(--unnamed-font-weight-600) 18px/26px var(--unnamed-font-family-outfit);
    color: var(--unnamed-color-3b19eb);
    text-align: left;
    font: normal normal 600 18px / 26px Outfit;
    letter-spacing: 0.36px;
    color: #3B19EB !important;

}


.fs-28px {
    font-size: 28px !important;
}

.fw-600 {
    font-weight: 600;
}

.footer img {
    height: 30px !important;
    margin-right: 15px;
}

/* @media (min-width: 1200px) {
    .container, .container-lg, .container-md, .container-sm, .container-xl {
        max-width: 1300px;
    }
} */

.dropdown-toggle::after {
    content: none !important;
}

.mailCall a {
    margin-bottom: 10px;
    cursor: pointer;

}

.footer a {
    color: #000;
}

.custom-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    opacity: 1;
    position: relative;
    top: -3px;
}

.clm-has-dropdown.open .custom-arrow {
    transform: rotate(315deg);
    top: 2px;
}

nav.navbar {
    box-shadow: 0px 1px 6px #00000029;
    opacity: 1;
    backdrop-filter: blur(50px);
    -webkit-backdrop-filter: blur(50px);
    z-index: 9;
       

}
.navbar{
 transition: top 0.3s ease, box-shadow 0.3s ease;
}
.slightLeft {
    padding-top: 10px;
    padding-bottom: 20px;
}

.prodLink {
    color: #3B19EB;
}

.dropdown-menu {
    padding: 20px;
    border: none;
    border-radius: 10px;
    box-shadow: 0px 0px 2px #ccc;
}

.mailCall div {
    padding-bottom: 10px;
}

.footer a:hover {
    text-decoration: none;
}

.navbar-brand img {
    max-width: 150px;
}

#navbarNav .custom-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border: 1px solid #000;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    opacity: 1;
    position: relative;
    top: -3px;
}

#navbarNav .nav-item.show .custom-arrow {
    transform: rotate(315deg) !important;
    top: 2px;
}

.clm-sub-header-line {
    border: none;
    border-top: 1px solid #fff;
    margin: 0 0 0 0;
    opacity: 0.5;
}

.clm-sub-header-menu {
    font-family: 'Outfit', Arial, sans-serif;
    font-size: 1rem;
    font-weight: 500;
    color: #222;
    letter-spacing: 0.01em;
}

.clm-has-dropdown {
    position: relative;
}

.clm-sub-header-item {
    position: relative;
    padding: 0 16px;
    cursor: pointer;
    background: transparent;
    border: none;
    outline: none;
    transition: color 0.2s;
    font-size: 16px;
    color: #fff;
    font-weight: 600;
}

.custom-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    opacity: 1;
    position: relative;
    top: -3px;
}

.clm-submenu {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    min-width: 160px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(59, 54, 255, 0.08);
    border: 1px solid #e0e0ff;
    z-index: 100;
    padding: 8px 0;
    transition: all 0.2s;
}

.clm-sub-header-line {
    border: none;
    border-top: 1px solid #fff;
    margin: 0 0 0 0;
    opacity: 0.5;
}

.new-bg-clr {
    background: transparent linear-gradient(180deg, #002CA3 0%, #000E77 100%) 0% 0% no-repeat padding-box;
}

.clm-submenu-item-pricing:hover {
    background: #f5f5f7;
    color: #3b36ff;
    text-decoration: none;
}

.clm-submenu-item-pricing {
    display: block;
    padding: 10px 24px;
    color: #fff;
    text-decoration: none;
    font-size: 12px;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
    font-size: 16px;
    font-weight: 600;
}

.clm-has-dropdown {
    position: relative;
}

.custom-arrow {
    display: inline-block;
    width: 8px;
    height: 8px;
    margin-left: 6px;
    border: 1px solid #fff;
    border-width: 1px 1px 0 0;
    transform: rotate(135deg);
    opacity: 1;
    position: relative;
    top: -3px;
}

.clm-has-dropdown.open .custom-arrow {
    transform: rotate(310deg);
    top: 2px;
}

.clm-has-dropdown.open .clm-submenu {
    display: block;
}

.clm-submenu {
    display: none;
    position: absolute;
    top: 28px;
    left: 0;
    min-width: 160px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 8px 24px rgba(59, 54, 255, 0.08);
    border: 1px solid #e0e0ff;
    z-index: 100;
    padding: 8px 0;
    transition: all 0.2s;
}

.clm-submenu-item {
    display: block;
    padding: 10px 24px;
    color: #222;
    text-decoration: none;
    font-size: 12px;
    transition: background 0.2s, color 0.2s;
    white-space: nowrap;
}

.clm-submenu-item:hover {
    background: #f5f5f7;
    color: #3b36ff;
    text-decoration: none;
}

.mega-dropdown .dropdown-menu {
    width: auto;
    left: 0;
    right: 0;
    top: 100%;
    padding: 1rem;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    background: #fff;
    border: none;
    left: 50%;
    transform: translateX(-50%);
}

.mega-title {
    font-size: 14px;
    font-weight: 600;
    color: #5c3dff;
    margin-bottom: 1rem;
    border-bottom: 1px solid #ddd;
    padding-bottom: 0.5rem;
}

.team-item .icon {
    width: 20px;
    height: 20px;
    margin-right: 8px;
    flex-shrink: 0;
}

.team-item p {
    font: normal normal normal 12px/15px Outfit;
    letter-spacing: 0px;
    color: #000000;
}

.usecase-item strong, .team-item strong {
    font: normal normal 600 14px/18px Outfit;
    letter-spacing: 0px;
    color: #09090B;
}

.usecase-item {
    margin-bottom: 1.5rem;
    font-size: 14px;
}

.usecase-item p {
    font: normal normal normal 12px/15px Outfit;
    letter-spacing: 0px;
    color: #000000;
}

.usecase-item.active {
    color: #5c3dff;
    font-weight: bold;
}

.solutionDrop {
    width: 240px !important;
    /* width: 700px !important; */
}
.usecase-item{
    text-decoration: none;
}
.usecase-item:hover, .team-item a:hover{
    text-decoration: none;
}


#homeButton {
    position: fixed;
    bottom: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
    transform: translateY(100px);
    transition: opacity 0.4s ease, transform 0.4s ease;
    display: none;
    pointer-events: none; /* Prevent click when hidden */
}

#homeButton.show {
    display: block;
    opacity: 1;
    transform: translateY(0);
    pointer-events: auto; /* Enable click when visible */
}
.fixed-top {
    position: fixed;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1030;
    background-color: white;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
@media(max-width: 778px) {
    .mbl-20px {
        font-size: 20px !important;
    }
    .mega-dropdown .dropdown-menu{
        left: 0 !important;
            transform: translateX(0) !important;
    }

    .usecase-item{
        display: block;
        width:100%;
        margin-bottom: 10px;
    }

     .mega-dropdown .dropdown-menu .container{
        padding-left:0px;
     }
    .solutionDrop{
        width: 100% !important;
    }

    .solutionDrop p{
        display: none;
    }
.btn-yellow{
    margin-bottom: 20px;
}

    .toppadding{
        padding-top:20px;
    }
    .slightLeft{
        padding: 0;
    }
    .mega-dropdown .dropdown-menu{
        box-shadow: none !important;
        padding: 0;
    }
    .fixed-top{
        display: none;
    }
    .dropdown-menu{
        box-shadow: none;
        padding: 0;
        margin: 10px 0px;
    }
    .navbar-nav{
        padding: 10px 0px;
    }
    .navbar-light .navbar-toggler-icon{
        background-image: url(../images/home-mobile-icon.jpg);
        background-size:70%;
    }
}
.usecase-item strong:hover{
    color:#5c3dff !important;
}

.navbar-light .navbar-toggler{
    border: 0px !important;

}