.elementor-kit-16{--e-global-color-primary:#ADDFF3;--e-global-color-secondary:#231F56;--e-global-color-text:#ADDFF3;--e-global-color-accent:#2EB45E;--e-global-color-6c3e59b:#10103D;--e-global-color-629997c:#00000000;--e-global-color-706ed4c:#ADDFF399;--e-global-color-bf59160:#253B7A;--e-global-color-2ca5502:#0094C1;--e-global-color-b7de92d:#1D9FA5;--e-global-typography-primary-font-family:"Ubuntu";--e-global-typography-primary-font-size:52px;--e-global-typography-primary-font-weight:bold;--e-global-typography-primary-font-style:normal;--e-global-typography-primary-line-height:58px;--e-global-typography-primary-letter-spacing:-1.05px;--e-global-typography-secondary-font-family:"Ubuntu";--e-global-typography-secondary-font-size:28px;--e-global-typography-secondary-font-weight:400;--e-global-typography-secondary-text-transform:none;--e-global-typography-secondary-font-style:normal;--e-global-typography-secondary-line-height:38px;--e-global-typography-secondary-letter-spacing:0.231px;--e-global-typography-text-font-family:"Ubuntu";--e-global-typography-text-font-size:18px;--e-global-typography-text-font-weight:400;--e-global-typography-text-text-transform:none;--e-global-typography-text-font-style:normal;--e-global-typography-text-line-height:25px;--e-global-typography-text-letter-spacing:0.231px;--e-global-typography-accent-font-family:"Ubuntu";--e-global-typography-accent-font-size:18px;--e-global-typography-accent-font-weight:400;--e-global-typography-accent-font-style:normal;--e-global-typography-accent-line-height:24px;--e-global-typography-0640fa2-font-family:"Ubuntu";--e-global-typography-0640fa2-font-size:52px;--e-global-typography-0640fa2-font-weight:bold;--e-global-typography-0640fa2-text-transform:none;--e-global-typography-0640fa2-font-style:normal;--e-global-typography-0640fa2-line-height:84px;--e-global-typography-0640fa2-letter-spacing:-1.82px;--e-global-typography-2bbbe0c-font-family:"Ubuntu";--e-global-typography-2bbbe0c-font-size:58px;--e-global-typography-2bbbe0c-font-weight:bold;--e-global-typography-2bbbe0c-text-transform:capitalize;--e-global-typography-2bbbe0c-font-style:normal;--e-global-typography-2bbbe0c-line-height:76px;--e-global-typography-2bbbe0c-letter-spacing:-1.18px;--e-global-typography-0975f6d-font-family:"Ubuntu";--e-global-typography-0975f6d-font-size:18px;--e-global-typography-0975f6d-font-weight:normal;--e-global-typography-0975f6d-text-transform:none;--e-global-typography-0975f6d-font-style:normal;--e-global-typography-0975f6d-line-height:24px;--e-global-typography-099ec02-font-family:"Ubuntu";--e-global-typography-099ec02-font-size:18px;--e-global-typography-099ec02-font-weight:normal;--e-global-typography-099ec02-text-transform:capitalize;--e-global-typography-099ec02-font-style:normal;--e-global-typography-099ec02-line-height:24px;background-color:var( --e-global-color-secondary );}.elementor-kit-16 e-page-transition{background-color:#FFBC7D;}.elementor-kit-16 h1{text-transform:none;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1120px;}.e-con{--container-max-width:1120px;--container-default-padding-top:60px;--container-default-padding-right:0px;--container-default-padding-bottom:60px;--container-default-padding-left:0px;}.elementor-widget:not(:last-child){margin-block-end:28px;}.elementor-element{--widgets-spacing:28px 28px;--widgets-spacing-row:28px;--widgets-spacing-column:28px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-kit-16{--e-global-typography-primary-font-size:50px;--e-global-typography-2bbbe0c-font-size:43px;--e-global-typography-2bbbe0c-line-height:1.5em;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;--container-default-padding-top:45px;--container-default-padding-right:45px;--container-default-padding-bottom:45px;--container-default-padding-left:45px;}}@media(max-width:767px){.elementor-kit-16{--e-global-typography-primary-font-size:30px;--e-global-typography-primary-line-height:1.2em;--e-global-typography-accent-font-size:17px;--e-global-typography-0640fa2-font-size:60px;--e-global-typography-0640fa2-line-height:1.1em;--e-global-typography-2bbbe0c-font-size:35px;--e-global-typography-2bbbe0c-line-height:1.2em;--e-global-typography-0975f6d-font-size:16px;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;--container-default-padding-top:30px;--container-default-padding-right:30px;--container-default-padding-bottom:30px;--container-default-padding-left:30px;}}/* Start custom CSS */.elementor-flip-box__front{
    border-radius:46px;
}
.elementor-flip-box__back{
    border-radius:46px;
}


/*ÚJ VERZIÓ*/
//* Szövegek konténere */
.text-container {
    position: relative;
}

.text-block {
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.5s ease, transform 0.5s ease;
}

.text-block.active {
    opacity: 1;
    transform: translateY(0);
}

/* Képek konténere */
.image-container {
    /*position: sticky;
    top: 60%;
    transform: translateY(-50%); */
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh; /* A konténer magassága a teljes viewport */
}

.feature-image {
    max-height: 80vh; /* A kép maximális magassága a viewport 80%-a */
    width: auto; /* A szélesség arányosan igazodik */
    opacity: 0;
    transition: opacity 0.5s ease-in-out;
    position: absolute;
}

.feature-image.active {
    opacity: 1;
}

/*EXTRÁK */

.container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
    max-width: 100%;
    overflow-x: hidden;
}

* {
    box-sizing: border-box;
}

body {
    overflow-x: hidden;
}

.elementor-blockquote__author{
    font-size: 24px;
}

.testimonial-list.testimonial-style-1 .testimonial-featured-image, .testimonial-list.testimonial-style-2 .testimonial-featured-image, .testimonial-list.testimonial-style-3 .testimonial-featured-image {
    display: none
}/* End custom CSS */