/* Style dla sekcji bannerowej */
.banners-top__section {
    position: relative;
    z-index: 0;
    margin-bottom: 40px;
}

.banners-top {
    position: relative;
    overflow: hidden;
}

.banners-top__item {
    position: relative;
    overflow: hidden;
}

.banners-top__item-image {
    position: relative;
    overflow: hidden;
    height: 500px; /* Stała wysokość dla desktop */
}

.fill-box {
    width: 100%;
    height: 100%;
    margin: 0;
    overflow: hidden;
}

.fill-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.d-flex {
    display: flex;
}

.banners-top__item-innertube {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 20px;
}

.banners-top__item-text {
    width: 100%;
}

.banners-top__item-head {
    color: #fff;
    font-size: 2.5rem;
    font-weight: 600;
    margin-bottom: 1rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    line-height: 1.2;
}

.banners-top__item-dsc p {
    color: #fff;
    font-size: 1.25rem;
    margin-bottom: 1.5rem;
    text-shadow: 1px 1px 3px rgba(0,0,0,0.5);
    line-height: 1.4;
}

.button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border: 2px solid #fff;
    color: #fff;
    background: transparent;
    text-decoration: none;
    font-weight: 500;
    transition: all 0.3s ease;
}

.button:hover {
    background: #fff;
    color: #12348b;
    text-decoration: none;
}

.button--medium {
    font-size: 1rem;
}

.button--ghost {
    background: transparent;
}
