.footer-section {
    background-color: #4973ff;
    padding: 20px 0 20px 0;
    /*border-top: 1px solid #f8f9fa;*/
    font-family: 'Poppins';
    color: #f8f9fa;
}

/*.footer-content {*/
/*    display: flex;*/
/*    justify-content: space-between;*/
/*    flex-wrap: wrap;*/
/*    gap: 20px;*/
/*    margin-bottom: 30px;*/
/*}*/

/*.footer-column {*/
/*    flex: 1;*/
/*    min-width: 200px;*/
/*}*/

/*.footer-column h4 {*/
/*    font-size: 1.2em;*/
/*    margin-bottom: 15px;*/
/*    font-weight: bold;*/
/*}*/

/*.footer-column p {*/
/*    font-size: 0.9em;*/
/*    margin-bottom: 10px;*/
/*}*/

/*.footer-column a {*/
/*    text-decoration: none;*/
/*    color: #f8f9fa;*/
/*    font-size: 0.9em;*/
/*    cursor: pointer;*/
/*}*/

/*.footer-column ul {*/
/*    list-style: none;*/
/*    padding: 0;*/
/*}*/

/*.footer-column ul li {*/
/*    margin-bottom: 8px;*/
/*}*/

/*.footer-logo img {*/
/*    margin-top: 10px;*/
/*    max-width: 120px;*/
/*}*/

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    justify-content: center;
    /*flex-wrap: wrap;*/
    /*border-top: 1px solid #ddd;*/
    font-size: 0.9em;
    color: #f8f9fa;
}

/*.footer-bottom p {*/
/*    margin: 0;*/
/*}*/

/*.footer-social a {*/
/*    color: #555;*/
/*    font-size: 1.2em;*/
/*    margin-right: 10px;*/
/*    transition: color 0.3s ease;*/
/*}*/

/*.footer-social a:hover {*/
/*    color: #007BFF;*/
/*}*/

/* WhatsApp Butonu */
.whatsapp-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 1000;
    width: 64px;
    height: 64px;
    background: #2cab1c;
    border-radius: 50%;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s ease;
    overflow: hidden;
}

.whatsapp-btn img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.whatsapp-btn:hover {
    transform: scale(1.1);
}
