body {
    font-family: "Poppins", sans-serif;
    background: linear-gradient(135deg, #fdfcfb, #e2d1c3);
    color: #1a1a1a;
    overflow-x: hidden;
}
.navbar {
    background: rgba(255, 255, 255, 0.95);
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.1);
}

.section {
    padding: 80px 0;
}
.card {
    border: none;
    backdrop-filter: blur(10px);
    background: rgba(255, 255, 255, 0.3);
    box-shadow: 0 8px 32px 0 rgba(31, 38, 135, 0.37);
    border-radius: 20px;
}
.testimonials .card {
    background: #fff;
    border: 1px solid #eee;
}
.rounded-circle {
    height: 100px;
}
.carousel-control-prev-icon,
.carousel-control-next-icon {
    background-color: #000;
    border-radius: 50%;
}
footer {
    background: #111;
    color: #aaa;
    padding: 40px 0;
}
.cookie-consent {
    position: fixed;
    bottom: 0;
    width: 100%;
    background: #222;
    color: #fff;
    padding: 15px;
    text-align: center;
    z-index: 1000;
}
#instaCarousel img {
    max-height: 250px;
}
.logo {
    height: 60px;
}
