/* Banner */
.our-story-banner-video-v4 {
    display: block;
}

.our-story-banner-paragraph-v4 {
    padding-bottom: 80px;
}

.our-story-banner-paragraph-v4 h2 {
    font-family: 'InterFace Thin', sans-serif;
    font-size: 72px;
    line-height: 80px;
    letter-spacing: -1.12px;
    padding: 0;
}

.our-story-banner-paragraph-v4 p {
    font-size: 22px;
    line-height: 28px;
    letter-spacing: -0.5px;
    padding: 15px 0 65px;
}

.our-pride-banner-button-v4 {
    width: 100%;
    max-width: 225px;
    height: 50px;
    margin: auto;
    border: 1.33px solid rgba(229, 229, 218, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    border-radius: 100px;
    transition: all 0.3s ease-in-out;
}

.our-pride-banner-button-v4:hover {
    border: rgba(17, 39, 33, 1);
    background: rgba(17, 39, 33, 1);
}

.our-pride-banner-button-v4 span {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 17.33px;
    line-height: 21.47px;
    letter-spacing: 2.67px;
    text-align: center;
    text-transform: uppercase;
    transition: all 0.3s ease-in-out;
    color: #FFF;
}

/* Purpose Section */
.our-pride-purpose-section-v4 {
    position: relative;
    background: #FFF;
    padding: 100px 40px;
}

.our-pride-purpose-section-container-v4 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 35px;
}

.our-pride-purpose-content-background-v4 {
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    width: 67%;
    background: rgba(229, 229, 218, 1);
}

.our-pride-purpose-content-left-v4 {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 575px;
}

.our-pride-purpose-content-left-v4 h2 {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 87px;
    letter-spacing: 1px;
    color: rgba(33, 47, 42, 1);
}

.our-pride-purpose-content-left-v4 p {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: rgba(51, 38, 36, 0.75);
    padding: 20px 0 0;
}

.our-pride-purpose-content-left-v4 a {
    position: relative;
    width: 100%;
    max-width: 400px;
    height: 50px;
    border: 1.33px solid rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    overflow: hidden;
    transition: all 0.3s ease-in-out;
}

.our-pride-purpose-content-left-v4 a span::after {
    content: '';
    z-index: -1;
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    background: rgba(17, 39, 33, 1);
    top: 100%;
    transition: all 0.3s ease-in-out;
}

.our-pride-purpose-content-left-v4 a:hover span::after {
    border-color: rgba(17, 39, 33, 1);
}

.our-pride-purpose-content-left-v4 a:hover span::after {
    top: 0;
}

.our-pride-purpose-content-left-v4 a span {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 23.11px;
    letter-spacing: 1px;
    text-align: center;
    text-transform: uppercase;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.our-pride-purpose-content-left-v4 a:hover span {
    color: #FFF;
}

.our-pride-purpose-content-right-v4 {
    position: relative;
    z-index: 1;
    width: 100%;
    max-width: 587px;
}

.our-pride-purpose-content-right-v4 img {
    height: 500px;
    object-fit: cover;
}

/* Values Section */
.our-pride-values-section-v4 {
    min-height: 665px;
    background: rgba(242, 244, 242, 1);
    padding: 100px 80px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-pride-values-content-v4 {
    position: relative;
    width: 100%;
    max-width: 1200px;
}

.our-pride-values-content-v4 h5 {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: .5px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.75);
    text-align: center;
}

.our-pride-values-content-v4 h3 {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 34px;
    line-height: 50px;
    letter-spacing: -0.5px;
    text-align: center;
    vertical-align: middle;
    color: rgba(33, 47, 42, 1);
    padding: 15px 0;
}

.our-pride-values-content-v4 p {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 22px;
    line-height: 38px;
    letter-spacing: -0.5px;
    text-align: center !important;
    color: rgba(0, 0, 0, 0.75);
}

.our-pride-values-quote-bottom-v4 {
    max-width: 39px;
    object-fit: cover;
    position: absolute;
    bottom: 60px;
    right: 100%;
}

.our-pride-values-quote-top-v4 {
    max-width: 39px;
    object-fit: cover;
    position: absolute;
    top: 10px;
    left: 100%;
}

/* Crafting Section */
.our-pride-crafting-section-v4 {
    padding: 0 0 100px;
}

/* Crafting Section Swipper */
.our-pride-crafting-swiper-content-v4 {
    min-height: 700px;
    background: rgba(229, 229, 218, 1);
    display: flex;
}

.our-pride-crafting-swiper-content-left-v4 {
    width: 51%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding: 80px 40px;
}

.our-pride-crafting-swiper-content-container-left-v4 {
    width: 100%;
    max-width: 540px;
}

.our-pride-crafting-swiper-content-container-left-v4 h2 {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 72px;
    line-height: 87px;
    letter-spacing: 1px;
    color: #000;
    padding: 0 0 30px;
}

.our-pride-crafting-swiper-content-container-left-v4 p {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    color: rgba(51, 38, 36, 0.75);
}

.our-pride-crafting-swiper-content-right-v4 {
    width: 49%;
}

.our-pride-crafting-swiper-content-right-v4 img {
    display: block;
    max-height: 700px;
    height: 100%;
    object-fit: cover;
}

.crafting-swiper-pagination-container {
    padding: 0 40px;
}

.crafting-swiper-pagination {
    max-width: 1200px;
    height: 3px !important;
    position: static;
    margin: 50px auto 0;
}

.crafting-swiper-pagination .swiper-pagination-progressbar-fill {
    background: rgba(23, 38, 33, 1);
}

.crafting-swiper-button-next {
    background: url("/assets/images/front-office-v4/our-pride-page/arrow-swiper.svg") center / cover no-repeat;
    width: 50px;
    height: 50px;
    object-fit: cover;
}

.crafting-swiper-button-prev {
    background: url("/assets/images/front-office-v4/our-pride-page/arrow-swiper.svg") center / cover no-repeat;
    width: 50px;
    height: 50px;
    object-fit: cover;
    transform: rotate(180deg);
}

/* Choice Section */
.our-pride-choice-section-v4 {
    background: url("/assets/images/front-office-v4/our-pride-page/choice.webp") center / cover no-repeat;
    min-height: 360px;
    padding: 100px 40px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-pride-choice-section-container-v4 {
    width: 100%;
    max-width: 1200px;
}

.our-pride-choice-content-v4 {
    max-width: 900px;
    margin: 0 0 0 auto;
}

.our-pride-choice-content-v4 h2 {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 59.33px;
    line-height: 56px;
    letter-spacing: -1px;
    text-align: right;
    text-transform: uppercase;
    color: #FFF;
    padding: 0 0 10px;
}

.our-pride-choice-content-v4 p {
    max-width: 100%;
    margin: 0 0 0 auto;
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 3px;
    text-align: right !important;
    color: #FFF;
}

/* Hide Button */
.our-pride-hide-button-v4 {
    display: none !important;
}

@media (max-width: 1440px) {

    /* Banner */
    .our-story-banner-paragraph-v4 h2 {
        font-size: 54px;
        line-height: 120%;
    }

    /* Purpose Section */
    .our-pride-purpose-content-left-v4 h2 {
        font-size: 54px;
        line-height: 120%;
    }

    .our-pride-purpose-content-left-v4 a span {
        font-size: 21px;
    }

    /* Values Section */
    .our-pride-values-section-v4 {
        min-height: 580px;
    }

    .our-pride-values-content-v4 p {
        font-size: 20px;
        line-height: 32px;
    }

    /* Crafting Section Swipper */
    .our-pride-crafting-swiper-content-v4 {
        min-height: 600px;
    }

    .our-pride-crafting-swiper-content-container-left-v4 h2 {
        font-size: 54px;
        line-height: 120%;
    }

    /* Choice Section */
    .our-pride-choice-section-v4 {
        min-height: auto;
    }

    .our-pride-choice-content-v4 h2 {
        font-size: 50px;
        line-height: 120%;
    }

}

@media (max-width: 1024px) {

    /* Banner */
    .our-story-banner-paragraph-v4 h2 {
        font-size: 46px;
    }

    /* Purpose Section */
    .our-pride-purpose-content-left-v4 h2 {
        font-size: 46px;
    }

    .our-pride-purpose-content-left-v4 a span {
        font-size: 18px;
    }

    .our-pride-purpose-section-v4 {
        padding: 80px 25px;
    }

    .our-pride-purpose-content-right-v4 img {
        height: 400px;
    }

    /* Values Section */
    .our-pride-values-section-v4 {
        min-height: auto;
        padding: 80px 25px;
    }

    .our-pride-values-content-v4 h5 {
        font-size: 18px;
        padding: 20px 0 0;
    }

    .our-pride-values-content-v4 h3 {
        font-size: 32px;
        line-height: 46px;
    }

    .our-pride-values-content-v4 p {
        font-size: 18px;
        line-height: 28px;
    }

    .our-pride-values-content-v4 p span {
        display: block;
    }

    .our-pride-values-quote-top-v4 {
        top: 0;
        right: 0;
        left: unset;
    }

    .our-pride-values-quote-bottom-v4 {
        bottom: 0;
        left: 0;
        right: unset;
    }

    /* Crafting Section */
    .our-pride-crafting-section-v4 {
        padding: 0 0 80px;
    }

    /* Crafting Section Swipper */
    .crafting-swiper-pagination-container {
        padding: 0 25px;
    }

    .our-pride-crafting-swiper-content-container-left-v4 h2 {
        font-size: 46px;
    }

    .our-pride-crafting-swiper-content-v4 {
        flex-direction: column;
    }

    .our-pride-crafting-swiper-content-left-v4 {
        width: 100%;
        padding: 80px 25px;
    }

    .our-pride-crafting-swiper-content-container-left-v4 {
        max-width: 100%;
    }

    .our-pride-crafting-swiper-content-right-v4 {
        width: 100%;
    }

    .our-pride-crafting-swiper-content-right-v4 img {
        height: 500px;
    }

    .crafting-swiper-pagination {
        height: 2px !important;
    }

    /* Choice Section */
    .our-pride-choice-section-v4 {
        max-width: 100%;
        padding: 80px 25px;
    }

    .our-pride-choice-content-v4 {
        margin: auto;
        max-width: 100%;
    }

    html[lang="ar"] .our-pride-choice-content-v4 h2 {
        text-align: right;
    }

    .our-pride-choice-content-v4 h2 {
        text-align: left;
        font-size: 43px;
    }

    html[lang="ar"] .our-pride-choice-content-v4 p {
        text-align: right;
    }
    
    .our-pride-choice-content-v4 p {
        max-width: 100%;
        text-align: left;
    }

}

@media (max-width: 768px) {

    /* Banner */
    .our-story-banner-paragraph-v4 h2 {
        font-size: 36px;
    }

    /* Purpose Section */
    .our-pride-purpose-content-left-v4 h2 {
        font-size: 36px;
    }

    .our-pride-purpose-section-v4 {
        padding: 60px 25px;
    }

    .our-pride-purpose-section-container-v4 {
        flex-direction: column;
        gap: 130px;
    }

    .our-pride-purpose-content-left-v4 {
        max-width: 100%;
    }

    .our-pride-purpose-content-right-v4 {
        max-width: 100%;
    }

    .our-pride-purpose-content-right-v4 img {
        height: 340px;
    }

    .our-pride-purpose-content-background-v4 {
        top: unset;
        height: 460px;
        width: 80%;
    }

    /* Values Section */
    .our-pride-values-section-v4 {
        padding: 60px 25px;
    }

    /* Crafting Section */
    .our-pride-crafting-section-v4 {
        padding: 0 0 60px;
    }

    /* Crafting Section Swipper */
    .our-pride-crafting-swiper-content-left-v4 {
        padding: 60px 25px;
    }

    .our-pride-crafting-swiper-content-container-left-v4 h2 {
        font-size: 36px;
    }

    .our-pride-crafting-swiper-content-right-v4 img {
        height: 440px;
    }

    /* Choice Section */
    .our-pride-choice-content-v4 h2 {
        font-size: 32px;
    }

}