.section-pageheader-slider .pageheader-slider-main-title {
    color: #2F2F2F;
    font-family: "Inter", Sans-serif;
    font-size: 79px;
    font-weight: 800;
}

.pageheader-slider-sub-title {
    color: #C2D3CD;
    line-height: 1;
    font-family: "Photograph Signature", Sans-serif;
    font-size: 130px;
    font-weight: 400;
    margin-top: -50px;
}

.pageheader-content p {
    color: #2F2F2F;
    font-family: "zeitung-micro", Sans-serif;
    font-size: 16px;
    font-weight: 600;
    line-height: 30px;
    letter-spacing: 2px;
}

@media screen and (min-width: 601px) and (max-width: 1024px) {
    .pageheader-slider {
        height: 650px;
    }
}

@media screen and (max-width: 600px) {

    .pageheader-slider {
        height: 500px;
    }
}

.section-pageheader-slider .pageheader-slider {
    width: 100%;
    max-width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.section-pageheader-slider .pageheader-slider .pageheader-content {
    width: 100%;
    max-width: 100%;
    padding-right: 100px; /* Added once */
}

.section-pageheader-slider .pageheader-slider .pageheader-slider-wrapper {
    width: 100%;
    max-width: 100%;
}

.pageheader-slide .image-wrapper {
    display: flex;
    justify-content: flex-end;
}

@media screen and (max-width: 1024px) {

    .pageheader-slide .image-wrapper {
        width: 100%;
        height: 100%;
        position: relative;
    }
}

.pageheader-slide .image-wrapper img {
    height: 900px;
    width: 100%;
    object-fit: cover;
    width: calc(100% - 130px);
    object-position: center center;
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
    .pageheader-slide .image-wrapper img {
        height: 100vh;
        width: calc(100% - 70px);
    }
}

@media screen and (max-width: 1024px) {

    .pageheader-slide .image-wrapper img {
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        object-fit: cover;
        position: absolute;
        height: calc(100% - 100px);
    }
}

.section-pageheader-slider .button-wrapper .elementor-button {
    color: #2F2F2F;
    font-family: "zeitung-micro", Sans-serif;
    background-color: transparent;
    text-transform: uppercase;
    letter-spacing: 2px;
    padding-left: 0;
}

@media screen and (max-width: 600px) {
    .section-pageheader-slider .button-wrapper .elementor-button {
        font-size: 12px;
        letter-spacing: 1px;
    }
}

.section-pageheader-slider .elementor-button svg {
    height: 1em;
    width: 3em;
    margin-right: 12px;
}

@media screen and (max-width: 600px) {
    .section-pageheader-slider .elementor-button svg {
        height: 1em;
        width: 2em;
        margin-right: 8px;
    }
}

.pageheader-slider .pageheader-slide {
    position: relative;
}

.pageheader-slider .pageheader-slide .swiper-content {
    bottom: 50px;
    z-index: 2;
    position: absolute;
    background-color: #fff;
    padding: 15px 25px;
    border-radius: 15px;
    width: calc(100% - 140px);
    left: 20px;
    box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
}

@media screen and (max-width: 600px) {

    .pageheader-slider .pageheader-slide .swiper-content {
        left: 40px;
        right: 40px;
        bottom: 40px;
        width: calc(100% - 80px);
    }
}

.pageheader-slider .pageheader-slide .swiper-content h3 {
    font-family: "Inter", sans-serif;
    font-weight: 800;
    font-size: 40px;
}

@media screen and (max-width: 1024px) {
    .pageheader-slider .pageheader-slide .swiper-content h3 {
        font-size: 22px;
    }
}

.pageheader-slider .pageheader-slide .swiper-content p {
    font-weight: 600;
    font-size: 12px;
    font-family: "zeitung-micro", Sans-serif;
}

.swiper-button {
    height: 50px;
    width: 80px;
    top: 100%;
    padding: 0 15px;
    transform: translateY(-100%);
    background-color: #C2D3CD;
}

@media screen and (max-width: 600px) {
    .swiper-button {
        width: 70px;
        height: 35px;
    }
}


.swiper-button-next {
    right: 80px;
    border-top-right-radius: 15px;
    border-bottom-right-radius: 15px;
}

@media screen and (max-width: 600px) {

    .swiper-button-next {
        right: 25px;
        border-top-right-radius: 9px;
        border-bottom-right-radius: 9px;
    }
}

.swiper-button-prev {
    left: unset;
    right: 160px !important;
    border-top-left-radius: 15px;
    border-bottom-left-radius: 15px;
}

@media screen and (max-width: 600px) {

    .swiper-button-prev {
        right: 95px !important;
        border-top-left-radius: 9px;
        border-bottom-left-radius: 9px;
    }
}

.swiper-button:after {
    font-size: 25px;
    display: none;
}
