.hero {
    min-height: 70vh;
    background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.75), rgba(0, 0, 0, 0.35)),
        url('https://siaures-prancuzija.lt/wp-content/themes/cw-guide-ukit/assets/img/namas.webp')
            center/cover no-repeat;
}
.hero .btn {
    border-width: 2px;
}
.section-title {
    letter-spacing: 0.2px;
}
.soft-bg {
    background: #f7f5f0;
}
.badge-soft {
    background: rgba(25, 135, 84, 0.12);
    color: #198754;
    border: 1px solid rgba(25, 135, 84, 0.25);
}
.icon-pill {
    width: 44px;
    height: 44px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 999px;
    background: rgba(13, 110, 253, 0.1);
    border: 1px solid rgba(13, 110, 253, 0.18);
    font-weight: 700;
}
.card-img-top {
    object-fit: cover;
    height: 210px;
}
.gallery img {
    object-fit: cover;
    height: 190px;
    width: 100%;
    border-radius: 0.75rem;
}
.shadow-soft {
    box-shadow: 0 10px 30px rgba(0, 0, 0, 0.08);
}
