<!-- Demasan Teklif Al Butonu -->
<a href="/Form/teklif-isteme-formu-7" class="btn-teklif-al">
<i class="fa fa-envelope-o"></i> TEKLİF İSTEYİN
</a>
<style>
.btn-teklif-al {
background-color: #d12026; /* Demasan Kurumsal Kırmızı */
color: #ffffff !important;
padding: 15px 25px;
display: block;
font-weight: bold;
text-align: center;
border-radius: 5px;
margin-bottom: 15px;
text-decoration: none !important;
font-size: 16px;
transition: all 0.3s;
border-bottom: 3px solid #a0181d;
}
.btn-teklif-al:hover {
background-color: #333333;
border-bottom-color: #000000;
color: #fff !important;
transform: translateY(-2px);
}
</style>