.mega-right-drop-content .megamenu-header {
    font-family: Inter;
    font-weight: 500;
    font-size: 12px;
    letter-spacing: 0.1em;
    text-transform: uppercase;
    margin-bottom: 16px;
    text-align: left;
    color: rgba(0, 0, 0, 0.5);
}
.mega-right-drop-content a{
    text-decoration: none;
    font-family: Inter;
    font-weight: 400 !important;
    font-size: 15px;
    line-height: 21px;
    letter-spacing: 0;
    color: #000000;
}
.mega-right-drop-content .megamenu-row {
    display: block;
    padding: 23px 20px !important;
    border-top: 1px solid #e5e7eb;
    width: 100%;
    text-align: left;
}

.mega-right-drop-content .megamenu-row:last-child {
  border-bottom: 1px solid #e5e7eb;
}

.mega-right-drop-content .megamenu-link {
  justify-content: flex-end;
  text-decoration: none;
  color: #0f172a;
  font-weight: 500;
  gap: 6px;
}

.mega-right-drop-content .megamenu-link:hover {
  color: #111827;
}

.mega-right-drop-content .arrow {
  font-size: 16px;
}
.right-view-link-menu{
   text-align:right;
   margin-top: 25px;
}
.right-view-link-menu a{
   font-family: Inter;
   font-weight: 500;
   font-size: 16px;
   letter-spacing: 0;
   color:#111827;
}
