Image

We Build Building and Great Homes.

We successfully cope with tasks of varying complexity, provide long-term guarantees and regularly master new technologies.

Desktop Menu Image

Get in touch

+966 559942533

Head office Tabuk City Saudi Arabia

(function() { var style = document.createElement('style'); style.innerHTML = ` .contact-buttons { position: fixed; bottom: 20%; right: 20px; z-index: 999; display: flex; flex-direction: column; gap: 10px; } .contact-buttons button { background-color: #1d1d1d; border: none; border-radius: 50%; width: 50px; height: 50px; display: flex; align-items: center; justify-content: center; cursor: pointer; transition: transform 0.3s ease, box-shadow 0.3s ease; position: relative; overflow: hidden; } .contact-buttons button:hover { transform: scale(1.1); box-shadow: 0 4px 8px rgba(0, 0, 0, 0.3); } .contact-buttons svg { fill: #ffffff; width: 24px; height: 24px; transition: fill 0.3s ease, animation 1.5s; animation: blink-animation 1.5s infinite; } .contact-buttons button:hover svg, .contact-buttons button:focus svg { fill: #FFFF00; animation: none; } @keyframes blink-animation { 0% { opacity: 0.5; } 50% { opacity: 1; } 100% { opacity: 0.5; } } `; document.head.appendChild(style); var buttonContainer = document.createElement('div'); buttonContainer.className = 'contact-buttons'; var whatsappButton = document.createElement('button'); whatsappButton.innerHTML = ` `; whatsappButton.onclick = function() { window.open('https://wa.me/966559942533', '_blank'); }; var emailButton = document.createElement('button'); emailButton.innerHTML = ` `; emailButton.onclick = function() { window.location.href = 'mailto:[email protected]'; }; var callButton = document.createElement('button'); callButton.innerHTML = ` `; callButton.onclick = function() { window.location.href = 'tel:00966559942533'; }; buttonContainer.appendChild(whatsappButton); buttonContainer.appendChild(emailButton); buttonContainer.appendChild(callButton); document.body.appendChild(buttonContainer); })();