.elementor-widget-pfe_picadita_banner { width: 100%; }
.elementor-widget-pfe_picadita_banner > .elementor-widget-container { overflow: visible; }

.pfe-banner {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: 100vw;
    margin-left: -50vw;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #364b24;
    isolation: isolate;
}

.pfe-left-image,
.pfe-right-image {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    pointer-events: none;
    --pfe-image-x: 0px;
    --pfe-image-y: 0px;
    transform: translate(var(--pfe-image-x), var(--pfe-image-y));
    will-change: transform;
}

.pfe-left-image { left: 0; }
.pfe-right-image { right: 0; }

.pfe-left-image img,
.pfe-right-image img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
}

.pfe-content {
    position: relative;
    z-index: 2;
    margin-left: 34%;
    margin-right: 8%;
    box-sizing: border-box;
}

.pfe-eyebrow {
    margin: 0 0 14px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(22px, 1.9vw, 38px);
    font-weight: 400;
    line-height: 1.15;
}

.pfe-title {
    margin: 0 0 22px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(44px, 4vw, 76px);
    font-weight: 800;
    line-height: .98;
    letter-spacing: -1.5px;
}

.pfe-description,
.pfe-subdescription {
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(16px, 1.1vw, 21px);
    line-height: 1.45;
}

.pfe-description { margin-bottom: 10px; }
.pfe-subdescription { margin-bottom: 34px; }

.pfe-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-decoration: none !important;
    font-family: Arial, Helvetica, sans-serif;
    font-size: clamp(17px, 1.35vw, 26px);
    line-height: 1.1;
    transition: background-color .2s ease, transform .2s ease;
}
.pfe-button:hover { transform: translateY(-1px); }

@media (max-width: 1024px) {
    .pfe-banner {
        min-height: 620px;
        align-items: flex-end;
        padding-top: 280px;
    }
    .pfe-left-image {
        top: 0;
        bottom: auto;
        width: min(72%, 650px);
        height: 320px;
    }
    .pfe-right-image {
        width: 19%;
        height: 300px;
    }
    .pfe-content {
        width: 100%;
        margin: 0;
        text-align: center;
        padding: 34px 7% 48px !important;
    }
}

@media (max-width: 767px) {
    .pfe-banner {
        min-height: auto;
        display: block;
        padding-top: 235px;
    }
    .pfe-left-image {
        width: 100%;
        height: 245px;
        right: 0;
    }
    .pfe-left-image img { object-position: left top; }
    .pfe-right-image { display: none; }
    .pfe-banner.pfe-show-right-mobile .pfe-right-image {
        display: block;
        top: 0;
        width: 25%;
        height: 230px;
    }
    .pfe-content {
        padding: 28px 20px 38px !important;
    }
    .pfe-eyebrow {
        margin-bottom: 10px;
        font-size: 20px;
    }
    .pfe-title {
        margin-bottom: 18px;
        font-size: clamp(38px, 12vw, 56px);
        letter-spacing: -1px;
    }
    .pfe-description,
    .pfe-subdescription { font-size: 16px; }
    .pfe-subdescription { margin-bottom: 26px; }
    .pfe-button {
        width: 100%;
        max-width: 420px;
        font-size: 18px;
    }
}
