/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Dec 15 2025 | 20:02:23 */
/* Header - Teklif Al Butonu */
.btn-teklif-al {
    background: #af9e85 !important;
    color: #ffffff !important;
    padding: 10px 22px !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    letter-spacing: 0.5px !important;
    text-transform: uppercase !important;
    border: none !important;
    border-radius: 0 !important; /* köşeler keskin */
    cursor: pointer !important;
    transition: 
        background-color 0.25s ease !important,
        box-shadow 0.25s ease !important,
        transform 0.2s ease !important;
}

/* Hover efekti */
.btn-teklif-al:hover {
    background-color: #9c8b72 !important;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.18) !important;
    transform: translateY(-1px) !important;
}

/* Active (tıklama) */
.btn-teklif-al:active {
    transform: translateY(0) !important;
    box-shadow: 0 3px 10px rgba(0, 0, 0, 0.15) !important;
}

/* Header içinde düzgün hizalansın */
header .btn-teklif-al {
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    height: 42px !important;
}
