.model-series-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 35px;
    min-height: 80vh;
    padding: 0 10px;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    background-color: #bfbfbf;
    text-align: center;
}

.model-series-item:before {
    content: '';
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #00000000 0%, #00000070 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: 1500ms;
    z-index: 0;
}

.model-series-item__title {
    max-width: 993px;
    width: 100%;
    margin: 0 auto;
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
    position: relative;
    z-index: 1;
}

.model-series-item hr {
    width: 0%; /* Startet mit 0% Breite */
    height: 5px;
    margin: 0 auto;
    background-color: #FED100;
    border: none;
    z-index: 1;
    animation: expandFromCenter 1s ease-in-out forwards;
}

@keyframes expandFromCenter {
    from {
        width: 0%;
    }
    to {
        width: 15%;
    }
}

.model-series-item h2 {
    font-size: 60px;
    line-height: 1;
    font-weight: 700;
    color: #FFFFFF;
    z-index: 1;
}

.model-section {
    margin: 0 auto;
    position: relative;
    font-size: 16px;
    line-height: 1.7em;
    font-weight: 400;
    overflow: hidden;
}

.model-section-logos {
    display: flex;
    gap: 20px;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: center;
    max-width: 1180px;
    width: 100%;
    margin: 0 auto;
    padding: 10px 20px;
}

.model-section-logos p {
    display: block;
    max-width: 228px;
    width: 100%;
    padding: 10px 0;
    text-align: center;
}

.model-section-logo {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 300px;
    height: 150px;
    object-fit: contain;
}

.model-content {
    display: flex;
    flex-direction: column;
    gap: 20px;
	margin-top: 30px;
}

.model-content-title {
    display: block;
    max-width: 70%;
    width: 100%;
    padding: 0 25px;
    font-size: 50px;
    font-weight: 600;
    line-height: 60px;
    color: #FFF;
}

.model-content-description {
    display: block;
    max-width: 51%;
    width: 100%;
    margin: 50px 0;
    padding: 0 25px;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
    color: #FFF;
}

.model-series {
    position: relative;
}

.model-slider {
    position: relative;
    max-height: 100vh;
    min-height: 100vh;
    overflow: hidden;
}

.model-slider:before {
    content: '';
    background-color: transparent;
    --background-overlay: '';
    background-image: linear-gradient(180deg, #00000000 0%, #00000070 100%);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    transition-duration: 1500ms;
    z-index: 4;
}

.model-slider img,
.details-slider img {
    width: 100%;
    height: auto;
    border-radius: 10px;
}

.zoom-in {
    transform: scale(1);
    animation: zoomEffect 10s ease-in-out forwards;
}

@keyframes zoomEffect {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.swiper-slide {
    opacity: 0;
    transition: opacity 1s ease-in-out;
}

.swiper-slide-active {
    opacity: 1;
}


.model-info {
    display: flex;
    flex-direction: row;
    align-items: center;
    padding: 25px;
}

.model-info-content {
    flex: 1;
    max-width: 100%;
    width: 100%;
}

.model-info-content h4 {
    margin: 10px;
    font-size: 24px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.5px;
}

.model-info-content h3 {
    margin: 10px;
    font-size: 18px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.model-info-content h3 strong {
    display: block;
}

.model-info-content p {
    margin: 10px 10px 40px 10px;
    font-size: 12px;
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.5px;
}

.model-info-content-svg {
    position: relative;
    height: 20px;
    overflow: hidden;
}

.model-info-content svg {
    height: 250px;
    left: -25%;
    overflow: visible;
    position: absolute;
    top: -75%;
    transform: translate(0, -73%);
    width: calc(100% + 20px);
}

.model-info-content svg path {
    stroke: #D7B65C;
    stroke-linecap: round;
    stroke-linejoin: round;
    animation: elementor-headline-dash forwards;
    animation-duration: 4000ms;
    animation-iteration-count: infinite;
}

.model-info.model1 .model-info-items {
    max-width: 52%;
}

.model-info.model1 .model-info-item {
    margin-right: 250px;
}

.model-info.model1 .model-info-item img {
    object-fit: contain;
}

@keyframes  elementor-headline-dash {
    0% {
        stroke-dasharray: 0 1500;
        opacity: 1;
    }
    100% {
        stroke-dasharray: 1500 1500;
        opacity: 1;
    }
}

.model-info-items {
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap: 20px;
    flex: 2;
    max-width: 100%;
    width: 100%;
}

.model-info-item {
    margin-right: 80px;
    padding: 10px;
    min-height: 120vh;
}

.model-info-item img {
    max-width: 100%;
    width: 100%;
    height: auto;
    min-width: 310px;
    min-height: 120vh;
    object-fit: cover;
	margin: 20px 0;
}

.model-info-item h4 {
    margin-bottom: 10px;
    font-size: 25px;
    font-weight: 500;
    line-height: 25px;
    letter-spacing: 0.5px;
    text-align: center;
}

.model-content-bottom {
    display: block;
    padding: 0 25px;
    font-size: 16px;
    line-height: 1.2;
    font-weight: 600;
}

.model-info-hr__content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    margin: 50px 25px 15px;
    padding-bottom: 15px;
    border-bottom: 2px solid #FFF;
    font-size: 12px;
    font-weight: 400;
    line-height: 12px;
    letter-spacing: 1px;
}

.details-images {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 20px;
    min-height: 80vh;
    margin: 35px 25px 50px 25px;
}

.details-images__item {
    height: 100%;
}

.details-images img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.model-section .video-background {
    width: 100%;
    height: 100%;
    min-height: 90vh;
    border: none;
}

.advantages-text {
    display: block;
    padding: 25px 25px 25px 25px;
    text-align: center;
    font-size: 15px;
    font-weight: 500;
    line-height: 20px;
}

.advantages-gallery {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    min-height: 80vh;
}

.advantages-gallery img {
    max-width: 100%;
    width: 100%;
    height: auto;
    margin: 5px;
}

.model-data-image {
    padding: 50px 25px 20px 25px;
}

.model-data-image img {
    max-width: 100%;
    width: 100%;
    height: auto;
}

.model-faq {
    max-width: 100%;
    width: 100%;
    margin: 0 auto 50px;
    padding: 0 25px;
}

.faq-item h3 {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    margin: 0;
    padding: 10px;
    border-bottom: 2px solid #d5d8dc;
    transition: background 0.3s ease;
    font-size: 15px;
    line-height: 31.5px;
    font-weight: 700;
    letter-spacing: 0.1px;
    cursor: pointer;
}

.faq-item h3 svg {
    width: 14px;
    height: 14px;
}

.e-opened {
    display: none;
}

.faq-item h3 svg path {
    fill: #fff;
}

.faq-content {
    max-height: 0;
    margin-left: 10px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.faq-content ul {
    padding: 10px 10px 10px 20px;
    overflow: hidden;
    transition: max-height 0.5s ease-in-out;
}

.faq-item ul li {
    list-style: none;
    position: relative;
    padding-left: 20px;
	margin-bottom: 10px;
}

.faq-item ul li:before {
    content: '';
    position: absolute;
    top: 12px;
    left: 0;
    transform: translate(-50%, -50%);
    width: 14px;
    height: 14px;
    display: block;
    filter: invert(1);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
}

.faq-item:nth-child(1) ul li:before {
    background-image: url("/wp-content/uploads/2025/02/icon.svg");
}

.faq-item:nth-child(2) ul {
    columns: 2;
}

.faq-item:nth-child(2) ul li {
    font-size: 13px;
    text-transform: uppercase;
}

.faq-item:nth-child(3) ul {
    columns: 2;
}

.faq-item:nth-child(2) ul li:before {
    background-image: url("/wp-content/uploads/2025/02/icon2.svg");
}

.faq-item:nth-child(3) ul li {
    padding-left: 10px;
    text-transform: uppercase;
    list-style: circle;
}

.faq-item:nth-child(3) ul li:before {
    display: none;
}

.model-slider-bottom {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 100%;
    width: 100%;
}

.model-slider-bottom img {
    max-width: 100%;
    width: 100%;
}

.model-swiper-bottom__column {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    width: 100%;
}

.model-swiper-bottom__left__row {
    display: flex;
    flex-direction: column;
    max-width: 50%;
    width: 100%;
    height: 100%;
}

.model-swiper-bottom__row {
    display: flex;
    flex-direction: column;
    max-width: 100%;
    width: 100%;
}

.model-swiper-bottom__left {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    max-width: 50%;
    width: 100%;
}

.model-swiper-bottom__right {
    display: flex;
    flex-direction: row;
    align-items: center;
    flex-wrap: nowrap;
    max-width: 50%;
    width: 100%;
}

.model-swiper-bottom {
    max-width: 100%;
    width: 100%;
    height: 100%;
}

.model-slider-slide img {
    height: 100%;
    object-fit: cover;
}

.model-swiper-bottom__right .model-swiper-bottom .swiper-wrapper {
    display: flex;
    align-items: center;
}

.model-swiper-bottom__right .swiper-slide {
    height: 100%;
    object-fit: cover;
}

@media (max-width: 768px) {
    .model-series-item__title {
        font-size: 36px;
    }
    .model-series-item h2 {
        font-size: 30px;
    }
    .model-content-title {
        max-width: 100%;
        font-size: 32px;
		line-height:1.2;
    }

	.model-content-description {
   		max-width: 100%;
	}
    .model-section-logos {
        flex-direction: column;
        gap: 0;
    }
    .model-slider {
        min-height: auto;
    }
    .model-info {
        flex-direction: column;
    }
    .details-images {
        display: flex;
        flex-direction: column;
        gap: 20px;
    }
    .details-images img {
        min-height: 80vh;
    }
    .advantages-gallery {
        display: flex;
        flex-direction: column;
        gap: 0;
        min-height: 80vh;
    }
    .faq-content ul {
        padding: 10px;
        font-size: 13px;
    }
    .faq-item:nth-child(2) ul {
        columns: 1;
        padding: 30px 0 30px 0;
    }
    .faq-item:nth-child(3) ul {
        columns: 1;
        padding: 30px 0 30px 0;
        font-size: 16px;
    }
    .model-info.model1 .model-info-items {
        max-width: 100%;
    }
    .model-info.model1 .model-info-item img {
        min-width: 250px;
        margin-left: 35px;
    }
    .model-slider-slide img {
        min-height: 100vh;
    }
    .model-info-items {
        flex-direction: column;
    }
    .advantages-gallery img {
        min-height: 80vh;
        margin: 0;
        object-fit: cover;
    }
    .model-slider-bottom {
        flex-direction: column;
    }
    .model-swiper-bottom__left {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        max-width: 100%;
        width: 100%;
    }
    .model-swiper-bottom__column {
        display: flex;
        flex-direction: column;
        max-width: 100%;
        width: 100%;
    }
    .model-swiper-bottom__left__row {
        max-width: 100%;
        width: 100%;
    }
    .model-swiper-bottom__right {
        max-width: 100%;
        width: 100%;
    }
    .model-section .swiper-slide {
        display: flex;
    }

    .model-section .model-info.model1 .model-info-item{
        display: flex;
        flex-direction: row-reverse;
        margin-left: 0!important;
    }

    .model-section .model-info.model1 .model-info-item h4{
        display: none;
    }

    .model-section .model-info.model1 .model-info-item img{
        min-width: 80%!important;
    }

    .model-section .model-info.model2 .model-info-item img{ 
        max-width: 100%;
        height: auto;
        min-height: 100vh;
        object-fit: cover;
        object-position: left;
        margin-right: 273px;
        min-width: auto;
    }

    .model-info.model2 .model-info-item{
        margin-right: 80px;
        width: 69%;
    }

    body > main > section.model-section > div.model-info.model2 > div.model-info-items > div:nth-child(1) > img{
        object-fit: contain;
        object-position: top;
        width: 100%;
        min-height: auto;
        min-width: auto;
    }

    .model-info-item {
        margin-right: 0px;
        padding: 10px;
        min-height: auto;
    }

    .model-info-item img{
        min-height: auto;
    }
    .model-info.model1 .model-info-item {
        margin-right: auto;
    }
    
}
