/* Header */
.header-bottom-container-v4 .text-white {
    color: #000 !important;
}

.header-bottom-container-v4 .img-white  {
    filter: none !important;
}

/* Banner Section */
.our-story-banner-v4 {
    position: relative;
}

.our-story-banner-video-v4 {
    display: block;
    width: 100%;
    height: 680px;
    object-fit: cover;
}

.our-story-banner-container-v4 {
    position: absolute;
    inset: 0;
    padding: 25px 40px;
}

.our-story-banner-content-v4 {
    width: 100%;
    max-width: 1200px;
    height: 100%;
    margin: auto;
    display: flex;
    flex-direction: column;
    gap: 40px;
}

.our-story-banner-breadcrumbs-v4 {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 10px;
}

.our-story-banner-breadcrumbs-v4 span {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 18.67px;
    line-height: 28px;
    color: #FFF;
}

.our-story-banner-breadcrumbs-divided-v4 {
    font-size: 13.77px !important;
}

.our-story-banner-paragraph-v4 {
    margin: auto;
}

.our-story-banner-paragraph-v4 h4 {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 24px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-align: center;
    color: #FFF;
}

.our-story-banner-paragraph-v4 h2 {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
     font-size: 59px;
    line-height: 63px;
    letter-spacing: 1px;
    text-align: center;
    color: #FFF;
    padding: 15px 0 20px;
}

.our-story-banner-paragraph-v4 p {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 18px;
    letter-spacing: 0.2px;
    text-align: center !important;
    color: #FFF;
}

/* Exceptional Section */
.exceptional-section-v4 {
    padding: 80px 40px 85px;
    background: #FFF;
}

.exceptional-section-container-v4 {
    max-width: 1200px;
    margin: auto;
}

.exceptional-section-container-v4 h2 {
    max-width: 100%;
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
     font-size: 59px;
    line-height: 63px;
    letter-spacing: 1px;
    color: #000;
}

.exceptional-section-container-v4 hr {
    width: 100%;
    max-width: 143px;
    height: 5px;
    background: rgba(88, 74, 53, 1);
    margin: 15px 0;
}

.exceptional-section-container-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);
    transform: translateY(-6%);
    transition: all 0.8s ease;
}

.exceptional-section-v4:hover img {
    transform: translateY(0);
}

.exceptional-section-sub-container-v4 {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 0 0 30px;
}

.exceptional-section-sub-container-v4 p {
    width: 100%;
    max-width: 565px;
    padding: 30px 0 0;
    transform: translateY(-7%);
    transition: all 0.5s ease;
}

.exceptional-section-v4:hover p {
    transform: translateY(0);
}

.exceptional-section-img-container-v4 {
    max-width: 510px;
}

.exceptional-section-sub-container-v4 img {
    height: 525px;
    object-fit: cover;
    transform: translateY(-6%);
    transition: all 0.8s ease;
}

.exceptional-section-v4:hover img {
    transform: translateY(0);
}

/* Our Values Section */
.our-values-section-v4 {
    background: rgba(242, 244, 242, 1);
    padding: 45px 40px;
}

.our-values-section-container-v4 {
    max-width: 1200px;
    margin: auto;
}

.our-values-section-v4 h4 {

    text-align: center;



    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 16.1px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: rgba(0, 0, 0, 0.75);
}

.our-values-section-v4 h2 {

    letter-spacing: 1px;

    padding: 30px 0;

        font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
    font-size: 59px;
    line-height: 63px;
    text-align: center;
    color: #000;
}

.our-values-section-v4 h2 span {
    color: rgba(174, 176, 143, 1);
}

.our-values-section-v4 p {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0.2px;
    text-align: center;
    color: rgba(51, 38, 36, 0.75);
    padding-bottom: 30px;
}

.our-values-section-container-v4 a {
    width: 100%;
    max-width: 290px;
    height: 50px;
    margin: auto;
    border: 1px solid rgba(26, 38, 33, 1);
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 5px;
    transition: all 0.3s ease-in-out;
}

.our-values-section-container-v4 a:hover {
    background: rgba(26, 38, 33, 1);
}

.our-values-section-container-v4 a span {
    font-family: 'InterFace', sans-serif;
    font-weight: 400;
    font-size: 14.14px;
    line-height: 25.5px;
    letter-spacing: 1px;
    text-transform: uppercase;
    color: #000;
    transition: all 0.3s ease-in-out;
}

.our-values-section-container-v4 a:hover span {
    color: #FFF;
}

/* Express Lab Section */
.express-lab-section {
    background: #FFF;
    padding: 55px 40px 100px;
}

.express-lab-section-container {
    max-width: 1200px;
    margin: auto;
}

.express-lab-section-container h2 {
    max-width: 100%;
    margin: auto;
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
     font-size: 59px;
    line-height: 63px;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
}

.express-lab-section-container h2 span {
    color: rgba(174, 176, 143, 1);
}

.express-lab-section-container 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);
    transition: all 0.8s ease-in-out;
    transform: translateY(40%);
}

.express-lab-section:hover .express-lab-section-container p {
    transform: translateY(0);
}

.express-lab-section-sub-container {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    padding: 50px 0 30px;
}

.express-lab-section-image-container {
    max-width: 510px;
    transition: all 0.8s ease-in-out;
    transform: translateY(-8%);
}

.express-lab-section:hover .express-lab-section-image-container {
    transform: translateY(0);
}

.express-lab-section-sub-container img {

    height: 480px;
    object-fit: cover;
}

.express-lab-section-sub-container p {
    width: 100%;
    max-width: 610px;
    transition: all 0.8s ease-in-out;
    transform: translateY(8%);
}

.express-lab-section:hover .express-lab-section-sub-container p {
    transform: translateY(0);
}

.express-lab-section-container hr {
    display: none;
    width: 100%;
    max-width: 110px;
    height: 5px;
    background: rgba(88, 74, 53, 1);
}

/* Ultimate Coffee Section */
.ultimate-coffee-section {
    background: rgba(242, 244, 242, 1);
    padding: 60px 40px 140px;
}

.ultimate-coffee-section-container {
    max-width: 1200px;
    margin: auto;
}

.ultimate-coffee-section h2 {
    font-family: 'InterFace Thin', sans-serif;
    font-weight: 400;
     font-size: 59px;
    line-height: 63px;
    letter-spacing: 1px;
    text-align: center;
    color: #000;
    max-width: 100%;
    margin: auto;
    padding: 0 0 30px 0;
}

.ultimate-coffee-section p {
    width: 100%;
    max-width: 570px;
    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);
    transition: all 0.8s ease-in-out;
    transform: translateY(8%);
}

.ultimate-coffee-section:hover p {
    transform: translateY(0);
}

.ultimate-coffee-sub-container {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 40px;
}

.ultimate-coffee-image-container {
    max-width: 590px;
    transition: all 0.8s ease-in-out;
    transform: translateY(-8%);
}

.ultimate-coffee-section:hover .ultimate-coffee-image-container {
    transform: translateY(0);
}

.ultimate-coffee-image-container img {
    height: 510px;
    margin: 50px 0 0;
    object-fit: cover;
}

/* Hide Banner Title */
.our-story-banner-sub-title-v4-hide {
    display: none;
}

@media (max-width: 1440px) {

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

    /* Exceptional Section */
    .exceptional-section-container-v4 h2 {
        font-size: 58px;
        line-height: 120%;
    }

    /* Our Values Section */
    .our-values-section-v4 h2 {
        font-size: 58px;
        line-height: 120%;
    }

    /* Express Lab Section */
    .express-lab-section-container h2 {
        font-size: 60px;
        line-height: 120%;
    }

    /* Ultimate Coffee Section */
    .ultimate-coffee-section h2 {
        font-size: 58px;
        line-height: 120%;
    }
}

@media (max-width: 1024px) {

    /* Banner Section */
    .our-story-banner-container-v4 {
        padding: 20px;
    }

    .our-story-banner-breadcrumbs-v4 span {
        font-size: 18px;
    }

    .our-story-banner-breadcrumbs-v4 {
        gap: 8px;
    }

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

    /* Exceptional Section */
    .exceptional-section-v4 {
        padding: 60px 25px;
    }

    .exceptional-section-container-v4 h2 {
        font-size: 48px;
    }

    .exceptional-section-sub-container-v4 p {
        transform: translateY(0);
    }

    .exceptional-section-sub-container-v4 img {
        transform: translateY(0);
    }

    .exceptional-section-container-v4 p {
        transform: translateY(0);
    }

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

    .our-values-section-v4 h4 {
        font-size: 18px;
    }

    .our-values-section-v4 h2 {
        font-size: 48px;
        padding: 30px 0;
    }

    .express-lab-section-image-container {
        transform: translateY(0);
    }

    .express-lab-section-sub-container p {
        transform: translateY(0);
    }

    .express-lab-section-container p {
        transform: translateY(0);
    }

    /* Express Lab Section */
    .express-lab-section-container h2 {
        font-size: 48px;
    }

    .express-lab-section {
        padding: 60px 20px;
    }

    /* Ultimate Coffee Section */
    .ultimate-coffee-section {
        padding: 60px 20px;
    }

    .ultimate-coffee-section h2 {
        font-size: 48px;
    }

    .ultimate-coffee-section p {
        transform: translateY(0);
    }

    .ultimate-coffee-image-container {
        transform: translateY(0);
    }
}

@media (max-width: 768px) {

    .exceptional-section-container-v4 p{
            font-size: 15px;
    }

    .our-values-section-v4 p{
            font-size: 15px;
    }

    .express-lab-section-container p{
            font-size: 15px;
    }

.express-lab-section-container p{
            font-size: 15px;
    }

    .ultimate-coffee-section p{
            font-size: 15px;
}

    .our-story-banner-breadcrumbs-v4 span {
        font-size: 14px;
    }

    .our-story-banner-paragraph-v4 h2 {
        font-size: 36px;
        padding: 10px 0;
    }

    .our-story-banner-video-v4 {
        height: 450px;
        max-height: auto;
    }

    /* Exceptional Section */
    .exceptional-section-container-v4 h2 {
        font-size: 35px;
        text-transform: uppercase;
    }

    .exceptional-section-container-v4 hr {
        margin: 30px 0;
    }

    .exceptional-section-sub-container-v4 p {
        max-width: 100%;
        padding: 0;
    }

    .exceptional-section-sub-container-v4 {
        flex-direction: column;
        gap: 60px;
        padding: 0 0 60px;
    }

    .exceptional-section-img-container-v4 {
        width: 100%;
        max-width: 100%;
    }

    .exceptional-section-img-container-v4 img {
        height: 410px;
        object-position: top center;
    }

    .exceptional-section-container-v4 hr {
        max-width: 110px;
    }

    /* Our Values Section */
    .our-values-section-v4 h2 {
        font-size: 35px;
    }

    /* Express Lab Section */
    html[lang="ar"] .express-lab-section-container h2 {
        text-align: right;
    }

    .express-lab-section-container h2 {
        font-size: 35px;
        text-align: left;
        padding: 0 0 20px;
    }

    .express-lab-section-image-container {
        width: 100%;
        max-width: 100%;
    }

    .express-lab-section-image-container img {
        height: 370px;
    }

    .express-lab-section-sub-container p {
        max-width: 100%;
    }

    .express-lab-section-sub-container {
        flex-direction: column-reverse;
        gap: 60px;
        padding: 10px 0;
    }

    .express-lab-section-container hr {
        display: block;
    }

    /* Ultimate Coffee Section */
    html[lang="ar"] .ultimate-coffee-section h2 {
        text-align: right;
    }

    .ultimate-coffee-section h2 {
        font-size: 35px;
        padding: 0 0 20px;
        text-align: left;
    }

    .ultimate-coffee-section p {
        max-width: 100%;
        padding: 40px 0 0;
    }

    .ultimate-coffee-sub-container {
        flex-direction: column-reverse;
        gap: 20px;
    }

    .ultimate-coffee-image-container img {
        margin: 10px 0 0;
        height: 340px;
    }

    .ultimate-coffee-image-container {
        width: 100%;
        max-width: 100%;
    }
}