/*
Theme Name: Celikyayinsaat
Theme URI: http://example.com/celikyayinsaat
Author: DeepMind
Author URI: http://example.com
Description: Custom WordPress theme converted from Reland Next.js project.
Version: 1.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: celikyayinsaat
*/

/*
This file contains the main theme metadata.
Styles are loaded via assets/css/style.css
*/

/* WhatsApp Button */
.whatsapp-btn {
    position: fixed;
    bottom: 30px;
    left: 30px;
    z-index: 999;
    width: 60px;
    height: 60px;
    background-color: #25d366;
    color: #fff !important;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 32px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
    transition: all 0.3s ease;
}

.whatsapp-btn:hover {
    background-color: #128c7e;
    transform: scale(1.1);
    color: #fff !important;
}

@media (max-width: 767px) {
    .whatsapp-btn {
        width: 50px;
        height: 50px;
        font-size: 26px;
        bottom: 20px;
        left: 20px;
    }
}

/* CSS migrated to assets/css/style.css */