
.testimonials {
        padding: 60px 0;
    }
    .slider {
        width: 100%;
        max-width: 800px;
        margin: 0 auto;
    }
    .slides {
        list-style: none;
        padding: 0;
        margin: 0;
        position: relative;
        overflow: hidden;
    }
    .slides li {
        display: none;
    }
    .slides li.active {
        display: block;
    }
    blockquote {
        font-style: italic;
        text-align: center;
        margin: 20px 0;
    }
    cite {
        display: block;
        margin-top: 10px;
        font-weight: bold;
    }






.cookie-banner {
            position: fixed;
            bottom: 0;
            left: 0;
            width: 100%;
            background-color: rgba(0, 0, 0, 0.8);
            color: #fff;
            padding: 15px 20px;
            box-sizing: border-box;
            text-align: center;
            display: flex;
            justify-content: space-between;
            align-items: center;
        }
        .cookie-banner p {
            margin: 0;
            flex: 1;
            text-align: left;
        }
        .cookie-banner button {
            background-color: #f1c40f;
            color: #333;
            border: none;
            padding: 10px 20px;
            margin-left: 20px;
            cursor: pointer;
            border-radius: 5px;
            transition: background-color 0.3s ease;
        }
        .cookie-banner button:hover {
            background-color: #d4ac0d;
        }
* {
    background-size: cover;
    background-position: center center;
}
body {
	margin: 0px;
}
