لائحة أطباء الامتياز
.back_to {
display: inline-block;
text-decoration: none;
color: white;
background-color: #0084bd;
padding: 15px 30px;
border-radius: 25px;
font-size: 18px;
font-weight: bold;
text-align: center;
transition: all 0.3s ease;
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
position: relative;
}
.back_to:hover {
color: white;
box-shadow: 0 0 15px rgba(0, 132, 189, 0.8);
transform: translateY(-3px);
}
.back_to:active {
transform: translateY(1px);
box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}
لائحة أطباء الامتياز