.home-hero__media img, .home-hero__media video {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.home-hero__media::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to bottom, rgba(0,0,0,0.6) 0%, rgba(0,0,0,0.1) 100%);
}
.home-hero__media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.block--home-hero {
    position: relative;
}
.home-hero__content {
    position: relative;
    min-height: 100vh;
    /* overflow-y: auto; */
    padding: 130px max(var(--padding), calc((100vw - var(--width)) / 2)) !important;
    display: flex;
    flex-direction: column;
    justify-content: start;
    align-items: center;
    gap: 30px;
}

@media screen and (max-width: 992px){
    .home-hero__content {
        gap: 15px;
    }
}

.home-hero__content .btn-group-wrapper {
    margin-top: 0;
}

.home-hero__logo img {
    height: 50px;
    width: auto;
}

/* .home-hero__logo {
    background-color: var(--color);
    padding: 10px 10px;
    width: auto;
    display: flex;
    /* Use SVG as external file for better Safari compatibility */
    /* -webkit-mask-image: url('/wp-content/themes/weblance/assets/logo-mask.svg'); */
    /* mask-image: url('/wp-content/themes/weblance/assets/logo-mask.svg');
    -webkit-mask-size: cover;
    mask-size: cover;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat; */
    /* Fallback for Safari/macOS: use clip-path as backup */
    /* clip-path: polygon(0% 0%, 100% 0%, 100% 80%, 80% 140%, 0% 100%); } */ 

.home-hero__title p {
    margin: 0;
}

.home-hero__title {
    font-size: var(--font-size-h1);
    color: white;
    font-weight: 400;
    margin: 0;
    text-align: center;
    line-height: 120%;
}

@media screen and (max-width: 600px){
    .home-hero__title {
        font-size: var(--font-size-h3);

    }
    .home-hero__title strong {
        font-weight: 500;
    }
}

ul.home-hero__values {
    list-style-type: none;
    padding: 0;
    margin: 0;
    display: flex;
    gap: 10px;
    font-size: var(--font-size-h6);
    color: white;
    justify-content: center;
    flex-wrap: wrap;
    row-gap: 7px;
    font-weight: 300;
}
ul.home-hero__values li:not(:last-child) {
    display: flex;
    gap: 10px;
    align-items: center;
}
/* ul.home-hero__values li:not(:last-child)::after {
    content: "";
    height: 10px;
    width: 10px;
    display: block;
    border-radius: 100%;
    background-color: var(--color);
    color: white;
    font-weight: 400;
} */
 ul.home-hero__values li {
    padding: 7px 10px;
    backdrop-filter: blur(5px);
    background: #000000;
}
.home-hero__cta-text {
    color: rgba(255, 255, 255, 1);
    max-width: 800px;
    text-align: center;
    font-weight: 400;
}
.home-hero__cta-text strong {
    font-weight: 600;
}
.home-hero__cta-text p:not(:first-child) {
    margin-top: 20px; /* Adjust value as needed */
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
}

.home-hero__review {
	color: white;
	display: flex;
	gap: 5px;
	align-items: center;
}

@media screen and (max-width: 1600px){
    .home-hero__logo img {
        height: 40px;
    }
}
@media screen and (max-width: 1300px){
    .home-hero__logo img {
        height: 30px;
    }
    .home-hero__content {
        padding: 130px max(var(--padding), calc((100vw - var(--width)) / 2)) !important;
    }
}
@media screen and (max-width: 786px){
    .home-hero__logo img {
        height: 20px;
    }
}
.home-hero__cta-buttons.btn-group-wrapper {
    justify-content: center;
}
.home-hero__cta-buttons.btn-group-wrapper .btn--su-se-uni-global:not(:first-child) {
    border-color: white;
    color: white;
    border: none;
    border-bottom: 1px solid white;
}
.home-hero__content.main-section {
    position: relative;
}




@media screen and (max-width: 600px){
    .home-hero__values-swiper {
    height: 40px;
}
.swiper.home-hero__values-swiper .swiper-wrapper .swiper-slide {
            display: flex;
    justify-content: center;
    align-items: center;
}
.swiper.home-hero__values-swiper .swiper-wrapper .swiper-slide > div {
    padding: 5px 10px;
    color: white;
    background: #ffffff1c;
}
}
@media screen and (min-width: 601px){
    .swiper.home-hero__values-swiper .swiper-wrapper {
        display: flex;
        gap: 10px;
        flex-wrap: wrap;
    }
    .swiper.home-hero__values-swiper .swiper-wrapper .swiper-slide {
        width: auto;
                padding: 5px 10px;
        background: #ffffff1c;
        color: white;
    }
}

.home-hero__review-score svg {
    height: 25px;
    width: auto;
}
span.home-hero__review-score {
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 600;
    font-size: 18px;
}