/* Start custom CSS for html, class: .elementor-element-754d5ee */.brescia-overview-hero {
    position: relative;
    width: 100%;
    min-height: 82vh;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    background:
        linear-gradient(
            180deg,
            rgba(12, 18, 20, 0.22) 0%,
            rgba(12, 18, 20, 0.35) 55%,
            rgba(12, 18, 20, 0.62) 100%
        ),
        url("https://www.wir-leben-outdoor.de/wp-content/uploads/2026/08/franciacorta-lago-d-iseo-panorama-vigneti-torbiere.webp") center center / cover no-repeat;
}

.brescia-overview-hero__content {
    position: relative;
    z-index: 2;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 100px 40px 130px;
    text-align: center;
    box-sizing: border-box;
}

.brescia-overview-hero__title {
    margin: 0;
    color: #ffffff;
    font-size: clamp(58px, 8vw, 112px);
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.03em;
    text-transform: uppercase;
    text-shadow: 0 5px 24px rgba(0, 0, 0, 0.38);
}

.brescia-overview-hero__subtitle {
    max-width: 760px;
    margin: 24px auto 0;
    color: #ffffff;
    font-size: clamp(22px, 3vw, 38px);
    font-weight: 400;
    line-height: 1.25;
    text-shadow: 0 3px 16px rgba(0, 0, 0, 0.42);
}

.brescia-overview-hero__scroll {
    position: absolute;
    z-index: 3;
    left: 50%;
    bottom: 34px;
    display: flex;
    width: 54px;
    height: 54px;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-radius: 50%;
    color: #ffffff;
    text-decoration: none;
    background: rgba(0, 0, 0, 0.14);
    backdrop-filter: blur(4px);
    transform: translateX(-50%);
    transition:
        background 0.25s ease,
        transform 0.25s ease,
        border-color 0.25s ease;
    animation: brescia-scroll-pulse 2s ease-in-out infinite;
}

.brescia-overview-hero__scroll:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.18);
    border-color: #ffffff;
    transform: translateX(-50%) translateY(4px);
}

.brescia-overview-hero__scroll svg {
    width: 24px;
    height: 24px;
    fill: none;
    stroke: currentColor;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
}

@keyframes brescia-scroll-pulse {
    0%,
    100% {
        transform: translateX(-50%) translateY(0);
    }

    50% {
        transform: translateX(-50%) translateY(8px);
    }
}

html {
    scroll-behavior: smooth;
}

@media (max-width: 767px) {
    .brescia-overview-hero {
        min-height: 72vh;
        background-position: center center;
    }

    .brescia-overview-hero__content {
        padding: 80px 22px 120px;
    }

    .brescia-overview-hero__title {
        font-size: clamp(48px, 16vw, 72px);
    }

    .brescia-overview-hero__subtitle {
        margin-top: 18px;
        font-size: 23px;
    }

    .brescia-overview-hero__scroll {
        bottom: 26px;
        width: 48px;
        height: 48px;
    }
}

@media (prefers-reduced-motion: reduce) {
    html {
        scroll-behavior: auto;
    }

    .brescia-overview-hero__scroll {
        animation: none;
    }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-e6bda6b */.brescia-special{
    max-width:1200px;
    margin:0 auto;
    padding:80px 40px;
}

.brescia-special__intro{
    max-width:850px;
    margin:0 auto 55px;
    text-align:center;
}

.brescia-special__intro h2{
    margin:0 0 20px;
    font-size:clamp(36px,5vw,56px);
    line-height:1.05;
}

.brescia-special__intro p{
    margin:0 0 18px;
    font-size:18px;
    line-height:1.75;
    color:#555;
}

.brescia-special__grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:30px;
}

.brescia-card{
    position:relative;
    display:flex;
    align-items:flex-end;
    min-height:470px;
    border-radius:16px;
    overflow:hidden;
    text-decoration:none;
    color:#fff;
    isolation:isolate;
    background:#222;
}

.brescia-card-bg{
    position:absolute;
    inset:0;
    background-size:cover;
    background-position:center;
    transition:transform .55s ease;
    z-index:-2;
}

.brescia-card::before{
    content:"";
    position:absolute;
    inset:0;
    background:linear-gradient(
        to top,
        rgba(44,35,18,1) 0%,
        rgba(65,58,34,.4) 45%,
        rgba(255,255,255,0) 100%
    );
    z-index:-1;
}

.brescia-card:hover .brescia-card-bg{
    transform:scale(1.06);
}

.brescia-card-content{
    width:100%;
    padding:34px;
}

.brescia-card-label{
    display:inline-block;
    margin-bottom:16px;
    padding:7px 13px;
    background:#d7dfb1;
    color:#233221;
    border-radius:30px;
    font-size:12px;
    font-weight:700;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.brescia-card h3{
    margin:0 0 14px;
    color:#fff;
    font-size:34px;
    line-height:1.05;
}

.brescia-card p{
    margin:0 0 22px;
    color:rgba(255,255,255,.92);
    line-height:1.6;
}

.brescia-card-link{
    font-weight:700;
    display:inline-flex;
    align-items:center;
    gap:8px;
}

.brescia-card-link::after{
    content:"→";
    transition:.25s;
}

.brescia-card:hover .brescia-card-link::after{
    transform:translateX(6px);
}


.brescia-card:hover {
    color:#fff !important;
}

@media(max-width:900px){

.brescia-special__grid{
    grid-template-columns:1fr;
}

.brescia-card{
    min-height:400px;
}

}

@media(max-width:767px){

.brescia-special{
    padding:55px 20px;
}

.brescia-special__intro{
    text-align:left;
}

.brescia-special__intro p{
    font-size:16px;
}

.brescia-card-content{
    padding:24px;
}

.brescia-card h3{
    font-size:28px;
}

}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-c269911 */.brescia-ending{
    max-width:1200px;
    margin:70px auto 40px;
    padding:50px 20px 0;
    text-align:center;
    border-top:1px solid #e5e5e5;
}

.brescia-ending h3{
    margin:0 0 12px;
    font-size:30px;
    font-weight:700;
    color:#2b2b2b;
}

.brescia-ending p{
    margin:0 0 28px;
    color:#666;
    font-size:17px;
    line-height:1.7;
}

.brescia-button{
    display:inline-block;
    padding:14px 34px;
    background:#6c8440;
    color:#fff !important;
    text-decoration:none;
    border-radius:40px;
    font-weight:700;
    transition:.25s ease;
    box-shadow:0 8px 20px rgba(108,132,64,.25);
}

.brescia-button:hover{
    background:#5d7336;
    transform:translateY(-2px);
    box-shadow:0 12px 26px rgba(108,132,64,.35);
}

@media(max-width:767px){

.brescia-ending{
    margin-top:50px;
    padding-top:40px;
}

.brescia-ending h3{
    font-size:24px;
}

.brescia-ending p{
    font-size:16px;
}

}/* End custom CSS */