.elementor-36 .elementor-element.elementor-element-d4df82f{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS for html, class: .elementor-element-a6c5405 *//* =========================================================
   SZÍV CSÜCSKE – KÉPGALÉRIA
   FEJLÉC ÉS LÁBLÉC NÉLKÜL
========================================================= */

.sca-gallery-page {
    --sca-gallery-red: #d52d35;
    --sca-gallery-red-dark: #a8232c;
    --sca-gallery-ink: #25242a;
    --sca-gallery-muted: #68656b;
    --sca-gallery-white: #ffffff;
    --sca-gallery-light: #f7f5f4;
    --sca-gallery-cream: #fff9f6;
    --sca-gallery-blush: #faeeee;
    --sca-gallery-border: #eadede;

    width: 100%;
    overflow: hidden;
    background: var(--sca-gallery-white);
    color: var(--sca-gallery-ink);
    font-family:
        Inter,
        -apple-system,
        BlinkMacSystemFont,
        "Segoe UI",
        Arial,
        sans-serif;
    line-height: 1.7;
}

.sca-gallery-page *,
.sca-gallery-page *::before,
.sca-gallery-page *::after {
    box-sizing: border-box;
}

.sca-gallery-page h1,
.sca-gallery-page h2,
.sca-gallery-page h3,
.sca-gallery-page p,
.sca-gallery-page figure {
    margin-top: 0;
}

.sca-gallery-page img {
    display: block;
    max-width: 100%;
}

.sca-gallery-page button,
.sca-gallery-page a {
    font: inherit;
}

.sca-gallery-page a {
    color: inherit;
    text-decoration: none;
}

.sca-gallery-container {
    width: min(1220px, calc(100% - 48px));
    margin-right: auto;
    margin-left: auto;
}


/* =========================================================
   BEVEZETŐ
========================================================= */

.sca-gallery-intro {
    position: relative;
    padding: 92px 0 64px;
    background:
        radial-gradient(
            circle at 10% 15%,
            rgba(213, 45, 53, 0.07),
            transparent 27%
        ),
        linear-gradient(
            180deg,
            var(--sca-gallery-cream),
            var(--sca-gallery-white)
        );
}

.sca-gallery-heading {
    max-width: 780px;
    margin: 0 auto 55px;
    text-align: center;
}

.sca-gallery-eyebrow {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin-bottom: 17px;
    color: var(--sca-gallery-red);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.14em;
    line-height: 1.4;
    text-transform: uppercase;
}

.sca-gallery-eyebrow::before,
.sca-gallery-eyebrow::after {
    content: "";
    width: 27px;
    height: 2px;
    background: currentColor;
}

.sca-gallery-heading h1 {
    margin-bottom: 19px;
    color: var(--sca-gallery-ink);
    font-size: clamp(39px, 5vw, 65px);
    font-weight: 820;
    line-height: 1.04;
    letter-spacing: -0.055em;
}

.sca-gallery-heading p {
    max-width: 700px;
    margin: 0 auto;
    color: var(--sca-gallery-muted);
    font-size: 17px;
    line-height: 1.8;
}


/* =========================================================
   ÖSSZEFOGLALÓ SÁV
========================================================= */

.sca-gallery-summary {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    border: 1px solid var(--sca-gallery-border);
    border-radius: 19px;
    background: rgba(255, 255, 255, 0.86);
}

.sca-gallery-summary article {
    min-width: 0;
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: start;
    gap: 17px;
    padding: 24px 27px;
    border-right: 1px solid var(--sca-gallery-border);
}

.sca-gallery-summary article:last-child {
    border-right: 0;
}

.sca-gallery-summary article > span {
    color: rgba(213, 45, 53, 0.35);
    font-size: 22px;
    font-weight: 900;
    line-height: 1.4;
}

.sca-gallery-summary strong {
    display: block;
    margin-bottom: 3px;
    color: var(--sca-gallery-ink);
    font-size: 15px;
}

.sca-gallery-summary p {
    margin-bottom: 0;
    color: var(--sca-gallery-muted);
    font-size: 13px;
    line-height: 1.6;
}


/* =========================================================
   GALÉRIA TARTALMA
========================================================= */

.sca-gallery-content {
    padding: 58px 0 105px;
    background: var(--sca-gallery-white);
}

.sca-gallery-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 9px;
    margin-bottom: 38px;
}

.sca-gallery-filter {
    min-height: 43px;
    padding: 9px 18px;
    border: 1px solid var(--sca-gallery-border);
    border-radius: 11px;
    background: var(--sca-gallery-white);
    color: var(--sca-gallery-muted);
    cursor: pointer;
    font-size: 13px;
    font-weight: 750;
}

.sca-gallery-filter:hover,
.sca-gallery-filter:focus-visible {
    border-color: var(--sca-gallery-red);
    color: var(--sca-gallery-red);
}

.sca-gallery-filter.is-active {
    border-color: var(--sca-gallery-red);
    background: var(--sca-gallery-red);
    color: var(--sca-gallery-white);
}


/* =========================================================
   KÉPRÁCS
========================================================= */

.sca-gallery-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    grid-auto-flow: dense;
    grid-auto-rows: 205px;
    gap: 16px;
}

.sca-gallery-item {
    position: relative;
    min-width: 0;
    width: 100%;
    height: 100%;
    padding: 0;
    overflow: hidden;
    border: 0;
    border-radius: 17px;
    background: var(--sca-gallery-light);
    cursor: pointer;
    text-align: left;
}

.sca-gallery-item-normal {
    grid-row: span 1;
}

.sca-gallery-item-magas {
    grid-row: span 2;
}

.sca-gallery-item-szeles {
    grid-column: span 2;
}

.sca-gallery-item > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.sca-gallery-item-overlay {
    position: absolute;
    inset: auto 0 0;
    min-height: 105px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 42px 19px 17px;
    color: var(--sca-gallery-white);
    background:
        linear-gradient(
            180deg,
            transparent 0%,
            rgba(20, 17, 19, 0.82) 100%
        );
}

.sca-gallery-item-category {
    margin-bottom: 3px;
    color: rgba(255, 255, 255, 0.72);
    font-size: 10px;
    font-weight: 750;
    letter-spacing: 0.1em;
    text-transform: uppercase;
}

.sca-gallery-item-overlay strong {
    max-width: calc(100% - 40px);
    font-size: 14px;
    line-height: 1.4;
}

.sca-gallery-open-icon {
    position: absolute;
    right: 16px;
    bottom: 17px;
    width: 32px;
    height: 32px;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.6);
    border-radius: 50%;
    color: var(--sca-gallery-white);
    font-size: 20px;
    line-height: 1;
}

.sca-gallery-item:hover {
    outline: 3px solid rgba(213, 45, 53, 0.3);
    outline-offset: -3px;
}

.sca-gallery-empty {
    grid-column: 1 / -1;
    margin-bottom: 0;
    padding: 50px 25px;
    border-radius: 16px;
    background: var(--sca-gallery-light);
    color: var(--sca-gallery-muted);
    text-align: center;
}


/* =========================================================
   TOVÁBBI KÉPEK GOMB
========================================================= */

.sca-gallery-more-wrap {
    display: flex;
    justify-content: center;
    margin-top: 42px;
}

.sca-gallery-more {
    min-height: 52px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 11px;
    padding: 13px 23px;
    border: 1px solid var(--sca-gallery-border);
    border-radius: 11px;
    background: var(--sca-gallery-white);
    color: var(--sca-gallery-ink);
    cursor: pointer;
    font-size: 14px;
    font-weight: 800;
}

.sca-gallery-more:hover,
.sca-gallery-more:focus-visible {
    border-color: var(--sca-gallery-red);
    color: var(--sca-gallery-red);
}

.sca-gallery-more[hidden] {
    display: none;
}


/* =========================================================
   TÁMOGATÓI FELHÍVÁS
========================================================= */

.sca-gallery-support {
    position: relative;
    overflow: hidden;
    padding: 78px 0;
    background:
        linear-gradient(
            135deg,
            var(--sca-gallery-red-dark),
            #771920
        );
    color: var(--sca-gallery-white);
}

.sca-gallery-support::after {
    content: "♥";
    position: absolute;
    right: 3%;
    top: 50%;
    color: rgba(255, 255, 255, 0.045);
    font-size: clamp(180px, 22vw, 330px);
    font-weight: 900;
    line-height: 1;
    transform: translateY(-50%);
    pointer-events: none;
}

.sca-gallery-support-layout {
    position: relative;
    z-index: 2;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 75px;
}

.sca-gallery-support-small {
    display: block;
    margin-bottom: 14px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 0.11em;
    text-transform: uppercase;
}

.sca-gallery-support h2 {
    max-width: 760px;
    margin-bottom: 17px;
    color: var(--sca-gallery-white);
    font-size: clamp(35px, 4vw, 53px);
    font-weight: 810;
    line-height: 1.08;
    letter-spacing: -0.045em;
}

.sca-gallery-support p {
    max-width: 720px;
    margin-bottom: 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: 16px;
    line-height: 1.8;
}

.sca-gallery-support-actions {
    min-width: 220px;
    display: flex;
    flex-direction: column;
    gap: 11px;
}

.sca-gallery-primary-button,
.sca-gallery-secondary-button {
    min-height: 51px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 12px 21px;
    border-radius: 10px;
    font-size: 13px;
    font-weight: 800;
    text-align: center;
}

.sca-gallery-primary-button {
    background: var(--sca-gallery-white);
    color: var(--sca-gallery-red-dark) !important;
}

.sca-gallery-secondary-button {
    border: 1px solid rgba(255, 255, 255, 0.45);
    color: var(--sca-gallery-white) !important;
}

.sca-gallery-primary-button:hover {
    background: #fff0f0;
}

.sca-gallery-secondary-button:hover {
    border-color: var(--sca-gallery-white);
    background: rgba(255, 255, 255, 0.08);
}


/* =========================================================
   NAGY KÉPNÉZET
========================================================= */

body.sca-gallery-no-scroll {
    overflow: hidden;
}

.sca-gallery-viewer {
    position: fixed;
    z-index: 99999;
    inset: 0;
    display: none;
    align-items: center;
    justify-content: center;
    padding: 70px 90px;
    background: rgba(20, 17, 19, 0.94);
}

.sca-gallery-viewer.is-open {
    display: flex;
}

.sca-gallery-viewer-figure {
    max-width: min(1100px, 100%);
    max-height: 100%;
    margin: 0;
    text-align: center;
}

.sca-gallery-viewer-figure img {
    max-width: 100%;
    max-height: calc(100vh - 150px);
    margin: 0 auto;
    object-fit: contain;
    border-radius: 8px;
}

.sca-gallery-viewer-figure figcaption {
    min-height: 25px;
    margin-top: 13px;
    color: rgba(255, 255, 255, 0.85);
    font-size: 14px;
}

.sca-gallery-viewer-close,
.sca-gallery-viewer-arrow {
    position: absolute;
    display: grid;
    place-items: center;
    border: 1px solid rgba(255, 255, 255, 0.35);
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.08);
    color: var(--sca-gallery-white);
    cursor: pointer;
}

.sca-gallery-viewer-close {
    top: 22px;
    right: 24px;
    width: 47px;
    height: 47px;
    font-size: 30px;
    line-height: 1;
}

.sca-gallery-viewer-arrow {
    top: 50%;
    width: 52px;
    height: 52px;
    font-size: 40px;
    line-height: 1;
    transform: translateY(-50%);
}

.sca-gallery-viewer-prev {
    left: 24px;
}

.sca-gallery-viewer-next {
    right: 24px;
}

.sca-gallery-viewer-close:hover,
.sca-gallery-viewer-arrow:hover {
    background: var(--sca-gallery-red);
    border-color: var(--sca-gallery-red);
}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 950px) {

    .sca-gallery-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
    }

    .sca-gallery-summary {
        grid-template-columns: 1fr;
    }

    .sca-gallery-summary article {
        border-right: 0;
        border-bottom: 1px solid var(--sca-gallery-border);
    }

    .sca-gallery-summary article:last-child {
        border-bottom: 0;
    }

    .sca-gallery-support-layout {
        grid-template-columns: 1fr;
        gap: 35px;
    }

    .sca-gallery-support-actions {
        max-width: 300px;
    }

}


/* =========================================================
   KISEBB TABLET
========================================================= */

@media (max-width: 750px) {

    .sca-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 190px;
    }

    .sca-gallery-viewer {
        padding-right: 65px;
        padding-left: 65px;
    }

    .sca-gallery-viewer-prev {
        left: 9px;
    }

    .sca-gallery-viewer-next {
        right: 9px;
    }

}


/* =========================================================
   MOBIL
========================================================= */

@media (max-width: 560px) {

    .sca-gallery-container {
        width: min(100% - 30px, 1220px);
    }

    .sca-gallery-intro {
        padding: 62px 0 48px;
    }

    .sca-gallery-heading {
        margin-bottom: 38px;
    }

    .sca-gallery-heading h1 {
        font-size: clamp(38px, 11vw, 49px);
    }

    .sca-gallery-heading p {
        font-size: 15px;
        line-height: 1.75;
    }

    .sca-gallery-summary article {
        padding: 20px;
    }

    .sca-gallery-content {
        padding: 45px 0 72px;
    }

    .sca-gallery-filters {
        justify-content: flex-start;
        flex-wrap: nowrap;
        margin-right: -15px;
        margin-left: -15px;
        padding: 0 15px 8px;
        overflow-x: auto;
        scrollbar-width: none;
    }

    .sca-gallery-filters::-webkit-scrollbar {
        display: none;
    }

    .sca-gallery-filter {
        flex: 0 0 auto;
    }

    .sca-gallery-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        grid-auto-rows: 145px;
        gap: 9px;
    }

    .sca-gallery-item {
        border-radius: 11px;
    }

    .sca-gallery-item-szeles {
        grid-column: span 2;
    }

    .sca-gallery-item-overlay {
        min-height: 78px;
        padding: 34px 11px 10px;
    }

    .sca-gallery-item-category {
        display: none;
    }

    .sca-gallery-item-overlay strong {
        max-width: calc(100% - 27px);
        font-size: 11px;
        line-height: 1.35;
    }

    .sca-gallery-open-icon {
        right: 8px;
        bottom: 9px;
        width: 25px;
        height: 25px;
        font-size: 16px;
    }

    .sca-gallery-support {
        padding: 65px 0;
    }

    .sca-gallery-support h2 {
        font-size: clamp(34px, 10vw, 44px);
    }

    .sca-gallery-support-actions {
        width: 100%;
        max-width: none;
    }

    .sca-gallery-viewer {
        padding: 65px 13px 35px;
    }

    .sca-gallery-viewer-arrow {
        top: auto;
        bottom: 13px;
        width: 44px;
        height: 44px;
        transform: none;
    }

    .sca-gallery-viewer-prev {
        left: calc(50% - 53px);
    }

    .sca-gallery-viewer-next {
        right: calc(50% - 53px);
    }

    .sca-gallery-viewer-close {
        top: 12px;
        right: 12px;
        width: 43px;
        height: 43px;
    }

    .sca-gallery-viewer-figure img {
        max-height: calc(100vh - 160px);
    }

    .sca-gallery-viewer-figure figcaption {
        padding-right: 15px;
        padding-left: 15px;
        font-size: 12px;
    }

}/* End custom CSS */