body {
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.whatsapp-float {
    position: fixed;
    width: 60px;
    height: 60px;
    bottom: 40px;
    right: 40px;
    background-color: #25d366;
    color: #FFF;
    border-radius: 50px;
    text-align: center;
    font-size: 30px;
    box-shadow: 2px 2px 3px #999;
    z-index: 100;
    display: flex;
    align-items: center;
    justify-content: center;
    text-decoration: none;
}

.whatsapp-float:hover {
    color: #FFF;
    background-color: #128c7e;
}

.cookie-banner {
    display: none;
    z-index: 1000;
    border: 1px solid #ddd;
}

.hero-section {
    background-size: cover;
    background-position: center;
    color: white;
    padding: 100px 0;
    text-shadow: 2px 2px 4px rgba(0,0,0,0.7);
}

.card-img-top {
    height: 200px;
    object-fit: cover;
}
