.h-100{
    height: 100% !important;
}

.frm-submit{
    border: none;
    background-color: transparent;
    color: #fff;
}

.whatsapp-button {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #25d366;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 9999;
    min-width: 140px;
}

.whatsapp-button i {
    font-size: 24px;
}

.whatsapp-button span {
    font-size: 16px;
    user-select: none;
}

.whatsapp-button:hover {
    background-color: #1ebe57;
}

@media (max-width: 400px) {
    .whatsapp-button {
        padding: 10px 16px;
        min-width: 120px;
        font-size: 14px;
    }

    .whatsapp-button i {
        font-size: 20px;
    }

    .whatsapp-button span {
        font-size: 14px;
    }
}

.instagram-button {
    position: fixed;
    bottom: 80px;
    /* WhatsApp'tan yukarıda durması için arttırıldı */
    right: 20px;
    background-color: #E1306C;
    color: white;
    padding: 12px 20px;
    border-radius: 50px;
    text-decoration: none;
    font-weight: 600;
    font-family: Arial, sans-serif;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
    display: flex;
    align-items: center;
    gap: 10px;
    transition: background-color 0.3s ease, transform 0.3s ease;
    z-index: 9999;
    min-width: 140px;
}

.instagram-button i {
    font-size: 24px;
}

.instagram-button span {
    font-size: 16px;
    user-select: none;
}

.instagram-button:hover {
    background-color: #c42d63;
}

@media (max-width: 400px) {
    .instagram-button {
        padding: 10px 16px;
        min-width: 120px;
        font-size: 14px;
        bottom: 70px;
        /* Mobilde biraz daha yukarıdan başlaması için ayarlandı */
    }

    .instagram-button i {
        font-size: 20px;
    }

    .instagram-button span {
        font-size: 14px;
    }
}