<style>
.gpi-buttons {
display: flex;
gap: 20px;
flex-wrap: wrap;
}
.gpi-btn {
display: inline-flex;
align-items: center;
justify-content: center;
background: #7E2226;
border-radius: 50px;
padding: 18px 40px;
text-decoration: none !important;
transition: transform 0.3s ease;
}
.gpi-btn:hover {
transform: scale(1.1);
}
.gpi-btn span {
font-family: 'Circe', sans-serif;
font-size: 16px;
font-weight: 700;
color: #FFFFFF !important;
text-transform: uppercase;
letter-spacing: 0.5px;
}
.gpi-btn svg {
margin-right: 25px;
fill: #FFFFFF;
flex-shrink: 0;
}
/* убираем любые состояния ссылок */
.gpi-btn,
.gpi-btn:visited,
.gpi-btn:active {
color: #FFFFFF !important;
}
@media (max-width: 768px) {
.gpi-buttons {
flex-direction: column;
}
}
</style>
<div class="gpi-buttons">
<!-- 1 -->
<a href="https://gpi-realty.com.ge/en/form" class="gpi-btn">
<svg width="20" height="20" viewBox="0 0 24 24">
<path d="M6.6 10.8c1.4 2.8 3.8 5.2 6.6 6.6l2.2-2.2c.3-.3.8-.4 1.2-.3 1 .3 2 .5 3 .5.7 0 1.2.5 1.2 1.2V20c0 .7-.5 1.2-1.2 1.2C10.3 21.2 2.8 13.7 2.8 4.4 2.8 3.7 3.3 3.2 4 3.2h3.4c.7 0 1.2.5 1.2 1.2 0 1 .2 2 .5 3 .1.4 0 .9-.3 1.2l-2.2 2.2z"/>
</svg>
<span>Submit Request</span>
</a>
<!-- 2 -->
<a href="https://api.whatsapp.com/send/?phone=995596728000&text=Hello%21+I+am+interested+in+buying+a+property%2C+could+you+please+help+me%3F&type=phone_number&app_absent=0" class="gpi-btn" target="_blank">
<svg width="20" height="20" viewBox="0 0 24 24">
<path d="M20.5 3.5A11.8 11.8 0 0012 0C5.4 0 0 5.4 0 12c0 2.1.5 4.1 1.5 5.9L0 24l6.3-1.6A12 12 0 0012 24c6.6 0 12-5.4 12-12 0-3.2-1.2-6.2-3.5-8.5z"/>
</svg>
<span>WhatsApp</span>
</a>
<!-- 3 -->
<a href="https://t.me/GPI_YT?utm_source=blog_gpi&utm_medium=link&utm_campaign=blog" class="gpi-btn" target="_blank">
<svg width="20" height="20" viewBox="0 0 24 24">
<path d="M9.04 15.53l-.39 5.46c.56 0 .8-.24 1.1-.53l2.63-2.5 5.46 3.99c1 .55 1.7.26 1.95-.92L23.9 2.7c.34-1.55-.56-2.16-1.54-1.8L1.2 9.2c-1.5.59-1.48 1.42-.25 1.8l5.4 1.68L19.46 5.5c.62-.38 1.18-.17.71.21"/>
</svg>
<span>Telegram</span>
</a>
</div>