/************************************
*	In The Name Of Allah			*
*	By Farhang Saeedi				*
*	mail:Saeedi.Farhang@gmail.com 	*
*	Phone:+98-9017553442			*
*************************************/

/* this is Main CSS Style */
a{
	text-decoration: none;
}
a.dropdown-item{
	direction: rtl;
	text-align: start;
}

/* override bootstrap dropdown-menu */
@media (min-width: 576px) { /* Adjust breakpoint as needed, e.g., 768px for md */
  .dropdown:hover > .dropdown-menu {
    display: block;
    margin-top: 0; /* Optional: to prevent slight visual shift */
  }
}