.current-menu-item{
    font-weight:500;
    position: relative;
    color: red;
}

.menu-item.current-menu-item.level_1::after {
    content: "";
    display: block;
    height: 7px;
    width: 7px;
    border-radius: 50%;
    background-color:#475DEF;
    position: absolute;
    bottom:25px; 
    left:45%;
}


.menu-item.level_1 {
    position: relative;
}


.w-form-row-field {
    border:0.8px solid #475def;
    border-radius :4px;
    box-shadow:none;
}
.case-study-layout-hover:hover{
        box-shadow: 0px 0px 32px rgba(224, 229, 231, 0.5)!important
    }
.layout_542 .w-grid-item-h{
    box-shadow:none;
}
.button-widge{
  opacity: 100%;
  pointer-events: none;
}
.w-iconbox-sprator::after {
    content: "";
    position:absolute;
    display: block;
    width: 50px; /* Separator ki width */
    height: 5px; /* Separator ki height */
    background-color: #f98c36; /* Separator ka color */
    margin: 5px auto 0; /* Center align aur spacing adjust */
    border-radius: 4px;
}