@charset "UTF-8";
.row .col-xl-9 ul {
    text-align: right;
    font-family: "NotoSansArabic VariableFont wdth", wght;
}

ul {
    text-align: right;
}

li {
    text-align: right;
}

#navbarSupportedContent2 .navbar-nav {
    margin-left: auto; /* Push items to the right */
    margin-right: 0; /* Remove any left margin */
}

#navbarSupportedContent2 .navbar-collapse {
    justify-content: flex-end; /* Align to the right */
}

.button-container {
    display: flex;
    justify-content: center;  /* Centers horizontally */
    align-items: center;      /* Centers vertically */
    }
