شراء التذاكر Buy Tickets .wp-block-image { position: relative; max-width: 100%; margin: 0 auto; } .wp-block-image img { width: 100%; height: auto; object-fit: cover; border-radius: 8px; } .button-container { position: absolute; top: 50%; width: 100%; display: flex; justify-content: space-between; transform: translateY(-50%); padding: 0 10px; } .button-container a { color: white !important; text-decoration: none !important; border: none !important; outline: none !important; padding: 12px 25px; font-size: 22px; border-radius: 8px; transition: all 0.3s ease; white-space: nowrap; } .button-english { background-color: blue; } .button-arabic { background-color: red; } .button-container a:hover { transform: scale(1.1); } /* 📱 الهواتف */ @media (max-width: 768px) { .button-container { flex-direction: column; align-items: center; gap: 15px; top: auto; bottom: 20px; transform: none; } .button-container a { font-size: 18px; padding: 10px 20px; width: 70%; text-align: center; } }