.custom-top-right-button {
        display: none;
    }
.custom-top-right-button-lang {
        display: none !important;
    }



.custom-top-right-button-ar {
	display: block !important;
    position: absolute;
    top: 15px;
    left: 25px;
    background-color: #fff; /* Adjust the color */
	color: #fff;
	padding: 5px 15px 5px 15px;
	background: #26573d;
	border-radius: 30px;
	margin-left: 100px;
    text-decoration: none;
    font-size: 16px;
    z-index: 1110; /* Ensure it stays above other elements */
}

.custom-top-right-button-ar:hover , .custom-top-right-button-lang-en:hover {
    background-color: #d0b774;
	color: #fff;
	text-decoration: none;
	/* Adjust hover color */
}

.custom-top-right-button-lang-en {
		display: block !important;
    position: absolute;
    top: 55px;
    left: 25px;
    background-color: #fff; /* Adjust the color */
	color: #fff;
	padding: 5px 15px 5px 15px;
	background: #26573d;
	border-radius: 30px;
	margin-left: 100px;
    text-decoration: none;
    font-size: 16px;
    z-index: 1110; /* Ensure it stays above other elements */
}

/* Hide the button on screen widths below 958px */
@media (max-width: 958px) {
    .custom-top-right-button-ar , .custom-top-right-button-lang-en {
        display: none !important ;
    }
	#menu-item-119 , #menu-item-517 , #menu-item-507-en , #menu-item-532-ar {
		display:block !important;
	}
}


