/* ==================================================
   BP EAGLES – KAPCSOLAT HERO
================================================== */

.bpe-contact-root {
    --width: 100%;
    --content-width: 100%;

    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
    align-self: stretch !important;
}

.bpe-contact-root > .e-con-inner,
.bpe-contact-root .elementor-widget-html,
.bpe-contact-root .elementor-widget-container {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0 !important;
    padding: 0 !important;
}

.bpe-contact-hero {
    --blue: #009fe3;
    --blue-light: #27b9ff;
    --black: #03070b;
    --panel: #071019;
    --white: #f7f9fb;
    --muted: #a5afb9;
    --border: rgba(0, 159, 227, .38);

    position: relative;
    width: 100%;
    overflow: hidden;
    padding: 110px 0 105px;
    color: var(--white);
    background:
        radial-gradient(
            circle at 76% 26%,
            rgba(0, 159, 227, .14),
            transparent 27%
        ),
        linear-gradient(
            110deg,
            #03070b,
            #06101a 60%,
            #02070b
        );
}

.bpe-contact-hero *,
.bpe-contact-hero *::before,
.bpe-contact-hero *::after {
    box-sizing: border-box;
}

.bpe-contact-hero a {
    color: inherit;
    text-decoration: none;
}

.bpe-contact-shell {
    position: relative;
    z-index: 2;
    width: min(calc(100% - 64px), 1440px);
    margin-inline: auto;
}

/* Háttérrács */

.bpe-contact-hero__grid {
    position: absolute;
    inset: 0;
    opacity: .2;
    pointer-events: none;
    background-image:
        linear-gradient(
            rgba(0, 159, 227, .13) 1px,
            transparent 1px
        ),
        linear-gradient(
            90deg,
            rgba(0, 159, 227, .13) 1px,
            transparent 1px
        );
    background-size: 100px 100px;
    mask-image: linear-gradient(
        90deg,
        transparent,
        #000 35%,
        #000 85%,
        transparent
    );
}

.bpe-contact-hero::after {
    content: "CONTACT";
    position: absolute;
    right: -40px;
    bottom: -50px;
    color: rgba(255, 255, 255, .014);
    font-size: clamp(170px, 25vw, 430px);
    font-weight: 950;
    letter-spacing: -.08em;
    line-height: .8;
    pointer-events: none;
}

/* ==================================================
   HERO FŐ RÉSZ
================================================== */

.bpe-contact-hero__main {
    min-height: 540px;
    display: grid;
    grid-template-columns: minmax(0, .95fr) minmax(480px, 1.05fr);
    align-items: center;
    gap: clamp(60px, 8vw, 130px);
}

.bpe-contact-hero__content {
    min-width: 0;
}

.bpe-contact-hero__breadcrumb {
    margin-bottom: 39px;
    display: flex;
    align-items: center;
    gap: 11px;
    color: #707d89;
    font-size: 11px;
    font-weight: 700;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.bpe-contact-hero__breadcrumb a {
    color: #707d89;
    transition: color .2s ease;
}

.bpe-contact-hero__breadcrumb a:hover {
    color: var(--blue);
}

.bpe-contact-hero__breadcrumb span {
    color: var(--blue);
}

.bpe-contact-hero__breadcrumb strong {
    color: #fff;
    font-weight: 700;
}

.bpe-contact-hero__eyebrow {
    margin-bottom: 18px;
    display: flex;
    align-items: center;
    gap: 14px;
    color: var(--blue);
    font-size: 11px;
    font-weight: 800;
    letter-spacing: .23em;
    text-transform: uppercase;
}

.bpe-contact-hero__eyebrow::before {
    content: "";
    width: 36px;
    height: 2px;
    background: var(--blue);
}

.bpe-contact-hero h1 {
    margin: 0 !important;
    color: #fff !important;
    font-size: clamp(58px, 6vw, 105px);
    font-weight: 950;
    line-height: .88;
    letter-spacing: -.055em;
    text-transform: uppercase;
}

.bpe-contact-hero h1 span,
.bpe-contact-hero h1 strong {
    display: block;
    color: inherit;
    font-weight: inherit;
}

.bpe-contact-hero h1 strong {
    margin-top: 10px;
    color: var(--blue);
}

.bpe-contact-hero__content > p {
    max-width: 610px;
    margin: 32px 0 0;
    color: #b3bdc6;
    font-size: 17px;
    line-height: 1.75;
}

.bpe-contact-hero__status {
    width: max-content;
    margin-top: 34px;
    padding: 12px 16px;
    display: flex;
    align-items: center;
    gap: 12px;
    border: 1px solid rgba(0, 159, 227, .25);
    background: rgba(0, 159, 227, .035);
}

.bpe-contact-hero__status-dot {
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #29d98f;
    box-shadow: 0 0 12px rgba(41, 217, 143, .7);
}

.bpe-contact-hero__status div {
    display: flex;
    flex-direction: column;
    gap: 2px;
}

.bpe-contact-hero__status small {
    color: #75818c;
    font-size: 8px;
    letter-spacing: .12em;
    text-transform: uppercase;
}

.bpe-contact-hero__status strong {
    color: #fff;
    font-size: 11px;
    font-weight: 800;
    text-transform: uppercase;
}

/* ==================================================
   HERO HUD
================================================== */

.bpe-contact-hero__visual {
    position: relative;
    min-height: 500px;
}

.bpe-contact-hero__orbit {
    position: absolute;
    left: 50%;
    top: 50%;
    border: 1px solid rgba(0, 159, 227, .34);
    border-radius: 50%;
    transform: translate(-50%, -50%);
}

.bpe-contact-hero__orbit::before,
.bpe-contact-hero__orbit::after {
    content: "";
    position: absolute;
    background: var(--blue);
}

.bpe-contact-hero__orbit::before {
    left: 50%;
    top: -5px;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    transform: translateX(-50%);
}

.bpe-contact-hero__orbit::after {
    right: -20px;
    top: 50%;
    width: 38px;
    height: 1px;
}

.bpe-contact-hero__orbit.is-outer {
    width: 430px;
    height: 430px;
    opacity: .45;
    border-style: dashed;
    animation: bpe-contact-rotate 32s linear infinite;
}

.bpe-contact-hero__orbit.is-middle {
    width: 335px;
    height: 335px;
    opacity: .7;
    animation: bpe-contact-rotate-reverse 25s linear infinite;
}

.bpe-contact-hero__orbit.is-inner {
    width: 250px;
    height: 250px;
    opacity: .85;
}

@keyframes bpe-contact-rotate {
    to {
        transform: translate(-50%, -50%) rotate(360deg);
    }
}

@keyframes bpe-contact-rotate-reverse {
    to {
        transform: translate(-50%, -50%) rotate(-360deg);
    }
}

.bpe-contact-hero__logo {
    position: absolute;
    z-index: 3;
    left: 50%;
    top: 50%;
    width: 205px;
    height: 205px;
    padding: 25px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, .7);
    border-radius: 50%;
    background:
        radial-gradient(
            circle,
            rgba(0, 159, 227, .17),
            rgba(3, 7, 11, .95) 70%
        );
    transform: translate(-50%, -50%);
    box-shadow:
        0 0 55px rgba(0, 159, 227, .15),
        inset 0 0 35px rgba(0, 159, 227, .08);
}

.bpe-contact-hero__logo img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.bpe-contact-hero__message,
.bpe-contact-hero__mail {
    position: absolute;
    z-index: 5;
    display: grid;
    place-items: center;
    border: 1px solid var(--blue);
    color: var(--blue);
    background: #06111a;
    clip-path: polygon(
        10px 0,
        calc(100% - 10px) 0,
        100% 10px,
        100% calc(100% - 10px),
        calc(100% - 10px) 100%,
        10px 100%,
        0 calc(100% - 10px),
        0 10px
    );
}

.bpe-contact-hero__message {
    right: 8%;
    top: 15%;
    width: 82px;
    height: 82px;
}

.bpe-contact-hero__mail {
    left: 8%;
    bottom: 19%;
    width: 64px;
    height: 64px;
}

.bpe-contact-hero__message svg {
    width: 36px;
}

.bpe-contact-hero__mail svg {
    width: 30px;
}

.bpe-contact-hero__message svg,
.bpe-contact-hero__mail svg {
    fill: none;
    stroke: currentColor;
    stroke-width: 1.5;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bpe-contact-hero__signal {
    position: absolute;
    left: 5%;
    top: 28%;
    display: grid;
    gap: 8px;
}

.bpe-contact-hero__signal span {
    display: block;
    width: 48px;
    height: 2px;
    background: var(--blue);
}

.bpe-contact-hero__signal span:nth-child(2) {
    width: 32px;
}

.bpe-contact-hero__signal span:nth-child(3) {
    width: 18px;
}

.bpe-contact-hero__location {
    position: absolute;
    right: 5%;
    bottom: 12%;
    padding: 9px 12px;
    border-right: 1px solid var(--blue);
    border-bottom: 1px solid var(--blue);
    color: var(--blue);
    font-size: 9px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

/* ==================================================
   KAPCSOLATI KÁRTYÁK
================================================== */

.bpe-contact-options {
    margin-top: 50px;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
}

.bpe-contact-option {
    position: relative;
    min-width: 0;
    min-height: 310px;
    padding: 37px 38px 31px;
    display: flex;
    flex-direction: column;
    border: 1px solid rgba(156, 174, 188, .55);
    background:
        linear-gradient(
            145deg,
            rgba(0, 159, 227, .045),
            transparent 55%
        ),
        rgba(5, 13, 20, .88);
    clip-path: polygon(
        15px 0,
        calc(100% - 15px) 0,
        100% 15px,
        100% calc(100% - 15px),
        calc(100% - 15px) 100%,
        15px 100%,
        0 calc(100% - 15px),
        0 15px
    );
    transition:
        transform .3s ease,
        border-color .3s ease,
        box-shadow .3s ease;
}

.bpe-contact-option::before {
    content: "";
    position: absolute;
    top: 0;
    right: 15px;
    width: 70px;
    height: 4px;
    background: var(--blue);
}

.bpe-contact-option:hover {
    border-color: var(--blue);
    transform: translateY(-7px);
    box-shadow: 0 22px 50px rgba(0, 159, 227, .1);
}

.bpe-contact-option__icon {
    width: 52px;
    height: 52px;
    margin-bottom: 28px;
    display: grid;
    place-items: center;
    color: var(--blue);
}

.bpe-contact-option__icon svg {
    width: 48px;
    height: 48px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.45;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bpe-contact-option h2 {
    margin: 0 0 12px !important;
    color: #fff !important;
    font-size: 25px;
    font-weight: 900;
    letter-spacing: -.02em;
    text-transform: uppercase;
}

.bpe-contact-option > p {
    margin: 0 0 30px;
    color: #9da7b1;
    font-size: 14px;
    line-height: 1.65;
}

.bpe-contact-option > a {
    margin-top: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    color: var(--blue) !important;
    font-size: 14px;
    font-weight: 600;
    transition: color .2s ease;
}

.bpe-contact-option > a strong {
    font-size: 27px;
    font-weight: 300;
    transition: transform .2s ease;
}

.bpe-contact-option > a:hover {
    color: #fff !important;
}

.bpe-contact-option > a:hover strong {
    transform: translateX(5px);
}

/* ==================================================
   LAPTOP
================================================== */

@media (max-width: 1200px) {
    .bpe-contact-hero__main {
        grid-template-columns: .95fr 1.05fr;
        gap: 50px;
    }

    .bpe-contact-hero__orbit.is-outer {
        width: 380px;
        height: 380px;
    }

    .bpe-contact-hero__orbit.is-middle {
        width: 300px;
        height: 300px;
    }

    .bpe-contact-option {
        padding: 32px 27px 28px;
    }

    .bpe-contact-option > a {
        font-size: 12px;
    }
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {
    .bpe-contact-hero {
        padding-top: 95px;
    }

    .bpe-contact-hero__main {
        grid-template-columns: 1fr;
        gap: 55px;
    }

    .bpe-contact-hero__content {
        max-width: 760px;
    }

    .bpe-contact-hero__visual {
        min-height: 520px;
    }

    .bpe-contact-options {
        grid-template-columns: 1fr 1fr;
    }

    .bpe-contact-option:last-child {
        grid-column: 1 / -1;
        width: calc(50% - 11px);
        justify-self: center;
    }
}

/* ==================================================
   MOBIL
================================================== */

@media (max-width: 767px) {
    .bpe-contact-hero {
        padding: 75px 0 80px;
    }

    .bpe-contact-shell {
        width: calc(100% - 34px);
    }

    .bpe-contact-hero__main {
        min-height: 0;
    }

    .bpe-contact-hero__breadcrumb {
        margin-bottom: 29px;
        font-size: 9px;
    }

    .bpe-contact-hero__eyebrow {
        font-size: 9px;
    }

    .bpe-contact-hero h1 {
        font-size: clamp(49px, 14vw, 70px);
    }

    .bpe-contact-hero__content > p {
        margin-top: 25px;
        font-size: 15px;
    }

    .bpe-contact-hero__visual {
        min-height: 410px;
    }

    .bpe-contact-hero__orbit.is-outer {
        width: 330px;
        height: 330px;
    }

    .bpe-contact-hero__orbit.is-middle {
        width: 260px;
        height: 260px;
    }

    .bpe-contact-hero__orbit.is-inner {
        width: 195px;
        height: 195px;
    }

    .bpe-contact-hero__logo {
        width: 155px;
        height: 155px;
    }

    .bpe-contact-hero__message {
        right: 2%;
        width: 65px;
        height: 65px;
    }

    .bpe-contact-hero__mail {
        left: 2%;
        width: 54px;
        height: 54px;
    }

    .bpe-contact-options {
        margin-top: 30px;
        grid-template-columns: 1fr;
    }

    .bpe-contact-option,
    .bpe-contact-option:last-child {
        grid-column: auto;
        width: 100%;
        min-height: 280px;
    }
}

@media (max-width: 390px) {
    .bpe-contact-hero__visual {
        min-height: 360px;
    }

    .bpe-contact-hero__orbit.is-outer {
        width: 285px;
        height: 285px;
    }

    .bpe-contact-hero__orbit.is-middle {
        width: 225px;
        height: 225px;
    }

    .bpe-contact-hero__signal,
    .bpe-contact-hero__location {
        display: none;
    }

    .bpe-contact-option {
        padding: 29px 24px 26px;
    }

    .bpe-contact-option > a {
        font-size: 12px;
    }
}

@media (prefers-reduced-motion: reduce) {
    .bpe-contact-hero__orbit {
        animation: none !important;
    }

    .bpe-contact-hero *,
    .bpe-contact-hero *::before,
    .bpe-contact-hero *::after {
        transition-duration: .01ms !important;
    }
}

/* ==================================================
   KAPCSOLATI ŰRLAP SZAKASZ
================================================== */

.bpe-contact-section {
    --blue: #009fe3;
    --blue-light: #27b9ff;
    --panel: #071019;
    --white: #f7f9fb;
    --muted: #9ca7b2;
    --border: rgba(0, 159, 227, .38);

    position: relative;
    width: 100% !important;
    max-width: none !important;
    padding: 100px max(
        32px,
        calc((100vw - 1440px) / 2)
    ) !important;
    display: grid !important;
    grid-template-columns:
        minmax(0, 1.75fr)
        minmax(350px, .85fr) !important;
    align-items: stretch !important;
    gap: 24px !important;
    overflow: hidden;
    color: var(--white);
    background:
        radial-gradient(
            circle at 85% 35%,
            rgba(0, 159, 227, .08),
            transparent 24%
        ),
        #03090e;
}

.bpe-contact-form-panel,
.bpe-contact-info-panel {
    position: relative;
    width: 100% !important;
    min-width: 0;
    max-width: none !important;
    margin: 0 !important;
    padding: 45px !important;
    border: 1px solid rgba(149, 168, 183, .48);
    background:
        linear-gradient(
            145deg,
            rgba(0, 159, 227, .035),
            transparent 55%
        ),
        rgba(6, 15, 23, .92);
    clip-path: polygon(
        16px 0,
        calc(100% - 16px) 0,
        100% 16px,
        100% calc(100% - 16px),
        calc(100% - 16px) 100%,
        16px 100%,
        0 calc(100% - 16px),
        0 16px
    );
}

.bpe-contact-form-panel::before,
.bpe-contact-info-panel::before {
    content: "";
    position: absolute;
    top: 0;
    right: 16px;
    width: 75px;
    height: 4px;
    background: var(--blue);
}

/* Fejlécek */

.bpe-contact-panel-heading {
    margin-bottom: 35px;
}

.bpe-contact-panel-heading > span {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 9px;
    color: var(--blue);
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .18em;
    text-transform: uppercase;
}

.bpe-contact-panel-heading > span::before {
    content: "";
    width: 27px;
    height: 2px;
    background: var(--blue);
}

.bpe-contact-panel-heading h2 {
    position: relative;
    margin: 0 0 15px !important;
    padding-bottom: 18px;
    color: #fff !important;
    font-size: clamp(37px, 3.4vw, 54px);
    font-weight: 950;
    line-height: 1;
    letter-spacing: -.035em;
    text-transform: uppercase;
}

.bpe-contact-panel-heading h2::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 38px;
    height: 3px;
    background: var(--blue);
}

.bpe-contact-panel-heading p {
    max-width: 610px;
    margin: 0;
    color: var(--muted);
    font-size: 14px;
    line-height: 1.65;
}

/* ==================================================
   ELEMENTOR PRO ŰRLAP
================================================== */

.bpe-contact-form .elementor-form {
    display: flex;
    flex-wrap: wrap;
    gap: 0;
}

.bpe-contact-form .elementor-field-group {
    margin-bottom: 22px !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
}

.bpe-contact-form .elementor-form-fields-wrapper {
    margin-right: -10px !important;
    margin-left: -10px !important;
}

.bpe-contact-form .elementor-field-label {
    margin-bottom: 9px !important;
    color: #fff !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .13em;
    text-transform: uppercase;
}

.bpe-contact-form .elementor-field-label::after {
    color: var(--blue) !important;
}

.bpe-contact-form input.elementor-field,
.bpe-contact-form select.elementor-field,
.bpe-contact-form textarea.elementor-field {
    width: 100%;
    border: 1px solid rgba(139, 157, 172, .55) !important;
    border-radius: 0 !important;
    outline: none;
    color: #fff !important;
    background: rgba(2, 8, 13, .55) !important;
    box-shadow: none !important;
    font-size: 14px !important;
    transition:
        border-color .2s ease,
        background-color .2s ease;
}

.bpe-contact-form input.elementor-field,
.bpe-contact-form select.elementor-field {
    min-height: 58px;
    padding: 0 17px !important;
}

.bpe-contact-form textarea.elementor-field {
    min-height: 175px;
    padding: 17px !important;
    resize: vertical;
}

.bpe-contact-form input.elementor-field::placeholder,
.bpe-contact-form textarea.elementor-field::placeholder {
    color: #687581 !important;
    opacity: 1;
}

.bpe-contact-form input.elementor-field:focus,
.bpe-contact-form select.elementor-field:focus,
.bpe-contact-form textarea.elementor-field:focus {
    border-color: var(--blue) !important;
    background: rgba(0, 159, 227, .045) !important;
}

/* Elfogadás */

.bpe-contact-form .elementor-field-type-acceptance {
    margin-top: 2px;
}

.bpe-contact-form .elementor-field-type-acceptance label {
    color: #9ca7b2 !important;
    font-size: 12px !important;
    line-height: 1.5;
}

.bpe-contact-form .elementor-field-type-acceptance a {
    color: var(--blue) !important;
}

.bpe-contact-form
.elementor-field-type-acceptance
input[type="checkbox"] {
    width: 18px;
    height: 18px;
    margin-right: 9px;
    accent-color: var(--blue);
}

/* Küldés gomb */

.bpe-contact-form .elementor-field-type-submit {
    margin-top: 7px;
    justify-content: flex-end;
}

.bpe-contact-form .elementor-button {
    min-width: 245px;
    min-height: 58px;
    padding: 16px 27px !important;
    border: 1px solid var(--blue) !important;
    border-radius: 0 !important;
    color: #fff !important;
    background: var(--blue) !important;
    box-shadow: none !important;
    font-size: 11px !important;
    font-weight: 800 !important;
    letter-spacing: .16em;
    text-transform: uppercase;
    clip-path: polygon(
        12px 0,
        100% 0,
        100% calc(100% - 12px),
        calc(100% - 12px) 100%,
        0 100%,
        0 12px
    );
    transition:
        background-color .2s ease,
        color .2s ease,
        transform .2s ease;
}

.bpe-contact-form .elementor-button:hover {
    color: var(--blue) !important;
    background: #fff !important;
    transform: translateY(-3px);
}

/* Elementor üzenetek */

.bpe-contact-form .elementor-message {
    margin-top: 15px;
    padding: 13px 15px;
    border: 1px solid var(--border);
    color: #fff;
    background: rgba(0, 159, 227, .07);
    font-size: 13px;
}

/* ==================================================
   ELÉRHETŐSÉGEK
================================================== */

.bpe-contact-info {
    position: relative;
    height: 100%;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.bpe-contact-info__list {
    display: grid;
    gap: 28px;
}

.bpe-contact-info__item {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: 47px minmax(0, 1fr);
    align-items: start;
    gap: 17px;
    color: #fff !important;
}

a.bpe-contact-info__item {
    transition: color .2s ease;
}

a.bpe-contact-info__item:hover {
    color: var(--blue) !important;
}

.bpe-contact-info__icon {
    width: 47px;
    height: 47px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 159, 227, .35);
    color: var(--blue);
}

.bpe-contact-info__icon svg {
    width: 23px;
    height: 23px;
    fill: none;
    stroke: currentColor;
    stroke-width: 1.6;
    stroke-linecap: round;
    stroke-linejoin: round;
}

.bpe-contact-info__item small,
.bpe-contact-info__item strong,
.bpe-contact-info__item span {
    display: block;
}

.bpe-contact-info__item small {
    margin-bottom: 4px;
    color: #697682;
    font-size: 8px;
    font-weight: 800;
    letter-spacing: .14em;
    text-transform: uppercase;
}

.bpe-contact-info__item strong {
    margin-bottom: 4px;
    color: inherit;
    font-size: 15px;
    font-weight: 800;
    overflow-wrap: anywhere;
}

.bpe-contact-info__item span {
    color: #87939e;
    font-size: 11px;
}

/* Social */

.bpe-contact-info__social {
    position: relative;
    z-index: 2;
    margin-top: 38px;
    padding-top: 27px;
    border-top: 1px solid rgba(135, 154, 170, .3);
}

.bpe-contact-info__social > span {
    display: block;
    margin-bottom: 15px;
    color: #fff;
    font-size: 10px;
    font-weight: 800;
    letter-spacing: .15em;
    text-transform: uppercase;
}

.bpe-contact-info__social > div {
    display: flex;
    gap: 8px;
}

.bpe-contact-info__social a {
    width: 40px;
    height: 40px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(0, 159, 227, .3);
    color: var(--blue) !important;
    font-size: 9px;
    font-weight: 900;
    transition:
        color .2s ease,
        background-color .2s ease;
}

.bpe-contact-info__social a:hover {
    color: #fff !important;
    background: var(--blue);
}

.bpe-contact-info__watermark {
    position: absolute;
    right: -25px;
    bottom: -20px;
    color: rgba(255, 255, 255, .025);
    font-size: 145px;
    font-weight: 950;
    letter-spacing: -.1em;
    pointer-events: none;
}

/* ==================================================
   TABLET
================================================== */

@media (max-width: 1024px) {
    .bpe-contact-section {
        padding: 80px 24px !important;
        grid-template-columns: 1fr !important;
    }

    .bpe-contact-form-panel,
    .bpe-contact-info-panel {
        padding: 39px !important;
    }

    .bpe-contact-info__list {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
    }
}

/* ==================================================
   MOBIL
================================================== */

@media (max-width: 767px) {
    .bpe-contact-section {
        padding: 65px 17px !important;
        gap: 18px !important;
    }

    .bpe-contact-form-panel,
    .bpe-contact-info-panel {
        padding: 31px 23px !important;
    }

    .bpe-contact-panel-heading h2 {
        font-size: 38px;
    }

    .bpe-contact-form .elementor-field-group {
        width: 100% !important;
    }

    .bpe-contact-form .elementor-field-type-submit {
        justify-content: stretch;
    }

    .bpe-contact-form .elementor-button {
        width: 100%;
        min-width: 0;
    }

    .bpe-contact-info__list {
        grid-template-columns: 1fr;
    }
}

@media (max-width: 390px) {
    .bpe-contact-form-panel,
    .bpe-contact-info-panel {
        padding: 28px 19px !important;
    }

    .bpe-contact-panel-heading h2 {
        font-size: 34px;
    }
}