.elementor-kit-14{--e-global-color-primary:#934430;--e-global-color-secondary:#F8F6F2;--e-global-color-text:#20242B;--e-global-color-accent:#E79823;--e-global-typography-primary-font-family:"Poppins";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Poppins";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Poppins";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Poppins";--e-global-typography-accent-font-weight:500;}.elementor-kit-14 e-page-transition{background-color:#FFBC7D;}.elementor-kit-14 h1{font-size:111px;}.elementor-kit-14 h2{font-size:88px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;--container-default-padding-top:0px;--container-default-padding-right:0px;--container-default-padding-bottom:0px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}:root { --teglavoros:#934430; --hatter:#f8f6f2; --szoveg:#20242b; --kiemelo:#E79823; --poppins:Poppins; }
/* Start custom CSS *//* =========================
   SECTION BACKGROUND
========================= */

.toggle-section,
.toggle-section > .e-con-inner {
    transition: background-color 1s ease;
}

.toggle-section.active,
.toggle-section.active > .e-con-inner {
    background-color: #f8f6f2 !important;
}

/* =========================
   HEADLINE TRANSITIONS
========================= */

.toggle-heading,
.toggle-heading .elementor-heading-title {
    transition: color 0.8s ease;
}

/* MAIN HEADER */
.toggle-section.active .main-toggle-heading,
.toggle-section.active .main-toggle-heading .elementor-heading-title {
    color: #20242b !important;
}

/* CARD PROBLEM STATE = dark */
.toggle-section.active .card-problem .toggle-heading,
.toggle-section.active .card-problem .toggle-heading .elementor-heading-title {
    color: #20242b !important;
}

/* CARD SOLUTION STATE = light */
.toggle-section.active .card-solution .toggle-heading,
.toggle-section.active .card-solution .toggle-heading .elementor-heading-title {
    color: #f8f6f2 !important;
}

/* =========================
   STATE LABEL
========================= */

.toggle-state-label {
    color: #f8f6f2;
    font-family: "Poppins", sans-serif;
    font-size: 35px;
    font-style: italic;
    line-height: 1;
    transition: color 0.8s ease;
    text-transform: none;
}

.toggle-section.active .toggle-state-label {
    color: #20242b !important;
}

/* =========================
   SWITCH CONTAINER
========================= */

.toggle-section.active .toggle-switch-container {
    background-color: #20242b !important;
    transition: background-color 1s ease;
}

/* =========================
   BUTTON MOVE
========================= */

.toggle-section.active .toggle-btn {
    transform: translateX(120px);
    transition: transform 0.8s ease;
}

@media (max-width: 767px) {
    .toggle-section.active .toggle-btn {
        transform: translateX(75px);
    }
}

/* =========================
   CARDS
========================= */

.toggle-card {
    position: relative;
    overflow: hidden;

    transition:
        background-color 1s ease,
        transform 0.8s ease;
}

/* ACTIVE */
.toggle-section.active .toggle-card {
    background-color: #20242b !important;
    transform: translateY(5px);
}

/* =========================
   CARD STATES
========================= */

.card-problem,
.card-solution {
    position: absolute;
    inset: 0;

    width: 100%;
    height: 100%;

    display: flex;
    flex-direction: column;

    align-items: center;
    justify-content: center;

    text-align: center;

    transition: opacity 0.8s ease;
}

/* DEFAULT */
.card-problem {
    opacity: 1;
    z-index: 2;
}

.card-solution {
    opacity: 0;
    z-index: 1;
}

/* ACTIVE */
.toggle-section.active .card-problem {
    opacity: 0;
}

.toggle-section.active .card-solution {
    opacity: 1;
}
/* =========================
   TOGGLE LABELS BASE
========================= */

.toggle-label-without .elementor-heading-title,
.toggle-label-with .elementor-heading-title {
    transition: opacity 0.8s ease, color 0.8s ease;
}

/* =========================
   BASE STATE
========================= */

/* nélkülünk = halvány */
.toggle-label-without .elementor-heading-title {
    opacity: 1;
    color: #f8f6f2;
}

/* velünk = erősebb */
.toggle-label-with .elementor-heading-title {
    opacity: 0.5;
    color: #f8f6f2;
}

/* =========================
   ACTIVE STATE (INVERT + COLOR FIX)
========================= */

.toggle-section.active .toggle-label-without .elementor-heading-title {
    opacity: 0.5;
    color: #20242b;
}

.toggle-section.active .toggle-label-with .elementor-heading-title {
    opacity: 1;
    color: #20242b;
}

/* FORCE COLOR OVERRIDE - ELEMENTOR SAFE */

.toggle-label-without .elementor-heading-title,
.toggle-label-with .elementor-heading-title {
    color: inherit !important;
}

/* BASE STATE */
.toggle-section:not(.active) .toggle-label-without .elementor-heading-title {
    color: #f8f6f2 !important;
}

.toggle-section:not(.active) .toggle-label-with .elementor-heading-title {
    color: #f8f6f2 !important;
}

/* ACTIVE STATE */
.toggle-section.active .toggle-label-without .elementor-heading-title {
    color: #20242b !important;
}

.toggle-section.active .toggle-label-with .elementor-heading-title {
    color: #20242b !important;
}

/* =========================
   BOTTOM TEXT COLOR CHANGE
========================= */

.bottom-text {
    transition: color 0.8s ease;
}

.toggle-section.active .bottom-text {
    color: #20242b !important;
}

lottie-player svg rect[fill="#ffffff"],
dotlottie-player svg rect[fill="#ffffff"],
.e-lottie__container svg rect[fill="#ffffff"] {
    display: none !important;
}/* End custom CSS */