.work-detail {
    width: 100%;
    height: auto;
    padding-top: 10%;
    padding-bottom: 0;
    font-family: 'Poppins', sans-serif;
    color: black;
    position: relative;
    z-index: 3;
    background-color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.work-detail-wrapper {
    height: auto;
    width: 100vw;
}

.work-detail-title {
    font-size: 13.5rem;
    font-weight: 400;
    color: #E1E1E1;
}
.title-container{
    background:#ffffff;
}
.work-detail-hero {
    width: 100%;
    height: auto;
}

section {
    padding-top: 5%;
    padding-bottom: 5%;
}

.tags-label {
    font-size: 2rem;
    color: #919191;
}

.btn_wrapper{
    margin: 30px 0px;
    display: flex;
    justify-content: flex-end;
}
.button-white{
    background:#ffffff;
    color:#000000;
}
.border{
    border:1px solid;
}

.work-detail-tags-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.tags-container {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.full-width-img {
    width: 100%;
    height: auto;
    object-fit: cover;
}


.rounded {
    border-radius: 30px;
}

.inner-container {
    padding-left: 3rem;
}

.two-column {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}



.two-column-left {
    width: 31%;
}

.two-column-right {
    width: 60%;
}


.two-column-img img {
    width: 49%;
    height: 58rem;
    object-fit: cover;
}

.two-column-img-alt .small {
    width: 29%;
}

.two-column-img-alt .large {
    width: 69%;
}
.two-column-img-alt .small-39{
    width:39%;
}
.two-column-img-alt .large-59{
    width:59%;
}



.two-column-header {
/*     font-size: 6.5rem; */
	font-size: 64px;
    font-weight: 400;
    color: #222222;
    line-height: 100%;
}

.two-column-text {
    font-size: 2rem;
    color: #222222;
    line-height: 110%;
}

.two-column-tags {
    margin-top: 5rem;
}

.cta-container {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

/* Next Work */
.section-wrapper {
    position: relative;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: flex-end;
    padding-bottom: 50px;
    gap: 15px;
}

.section-wrapper .next-article-box {
    position: fixed;
    top: 50%;
    /* left: 50%; */
    width: 350px;
    background: #1c0c3a;
    color: #fff;
    border-radius: 20px;
    padding: 20px;
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.4);
    transform: translateY(100px);
    opacity: 0;
    transition: transform 0.5s ease, opacity 0.5s ease;
    pointer-events: none;
    z-index: 999;
    min-height: 70vh;
    max-height:70vh;
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.section-wrapper .next-article-box.visible {
    transform: translateY(-50%);
    opacity: 1;
    pointer-events: auto;
}

.section-wrapper .next-article-box h2 {
    font-size: 20px;
    margin-bottom: 10px;
}

.section-wrapper .tags span {
    display: inline-block;
    border: 1px solid #fff;
    border-radius: 20px;
    padding: 4px 10px;
    margin: 4px 4px 10px 0;
    font-size: 12px;
}

/* .section-wrapper .image-container {
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.section-wrapper .image-container img {
    width: 100%;
    display: block;
}  */

.section-wrapper .image-container {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 300px; /* or any fixed height you need */
    border-radius: 15px;
    overflow: hidden;
    margin-bottom: 20px;
}

.section-wrapper .image-container img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    display: block;
}


.section-wrapper .case-study-btn {
    width: fit-content;
    padding: 12px;
    border: 1px solid #fff;
    background: linear-gradient(90deg, #000, #222);
    color: #fff;
    font-weight: bold;
    border-radius: 30px;
    cursor: pointer;
    transition: background 0.3s ease;
}

.section-wrapper .case-study-btn:hover {
    background: linear-gradient(90deg, #333, #555);
}
.two-column-text{
    line-height:130%;
}



/* black box */
.black_box{
    background: #000000;
    color: #919191 !important;
    padding: 40px 20px;
    border-radius: 0px 20px 20px 0px;
}
.black_box .color_919191{
    color:#919191;   
}
.white{
    color:#ffffff;  
}
/* ready to talk */
.ready_to_talk {
    min-height: 100vh;
    background: black;
    display: flex;
    justify-content: center;
}
.ready_to_talk .container-content{
    color: white;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 20px;
    text-align: center;
}
.ready_to_talk .ready_to_talk_header{
    font-size: 64px;
    line-height: 75px;
}
.ready_to_talk .two-column-text{
    color:#ffffff;
}

.animation_container{
    margin:20px 0px;
    height:550px;
    position: relative;
    padding-bottom: 45%;
    height: 0;
    overflow: hidden;
}
.animation_container iframe{
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: 0;
}
.mp4_video{
	aspect-ratio: 16 / 9;
    height: auto;
    width: 100%;
}

@media (max-width: 1024px) {
    .two-column-header {
        font-size: 5rem;
        margin-bottom: 2rem;
    }

    .two-column {
        flex-direction: column;
    }

    .two-column-left,
    .two-column-right {
        width: 100%;
    }

    .two-column-img {
        flex-direction: row;
    }

}


@media (max-width: 768px) {
    .tags-label {
        font-size: 1.8rem;
        width: 100%;
    }

    .work-detail-title {
        font-size: 3.8rem;
        color: #000000
    }

    .two-column-text {
        font-size: 1.8rem;
    }

    .inner-container {
        padding-left: 1rem;
    }

    .two-column-img {
        flex-direction: column;
        row-gap: 5rem;
    }

    .two-column-img img {
        width: 100%;
    }
    .two-column-img-alt .small-39{
        width:100%;
    }
    .two-column-img-alt .large-59{
        width:100%;
    }
    .ready_to_talk .ready_to_talk_header{
        font-size: 40px;
        line-height: 55px;
    }
    .animation_container{
        height:400px;
    }

}

@media (max-width:767px){
    .section-wrapper .next-article-box.visible {
        transform: translate(-50%,-50%) !important;
    }
    .section-wrapper .next-article-box{
        left:50% !important;
    }
    .section-wrapper{
        flex-wrap: wrap;
    }
    .section-wrapper .button{
        min-width: 205px;
        text-align: center;
    }
    .section-wrapper .next-article-box{
        width: 280px;
    }
    .two-column-img img,
    .two-column-img-alt .large,
    .two-column-img-alt .small{
        height: auto;
        width: 100%;
        max-width: 100%;
    }
    .tags-container{
        max-width: 100%;
    }
    .work-detail{
        padding:20%;
    }
    .rounded_mb_0{
        border-radius: 0px;
    }
    .h_mb_250{
        min-height: 250px;
        object-fit: cover;
    }
    .animation_container{
        height:300px;
    }
}

.scroll-container {
    /* width: 100vw; */
    margin: 50px 0px;
    height: 80vh;
    overflow: hidden;
    position: relative;
}

.scroll-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    display: flex;
    flex-direction: column;
    will-change: transform;
    backface-visibility: hidden;
    transform-style: preserve-3d;
}

.scroll-wrapper img {
    width: 100%;
    height: auto;
    display: block;
    image-rendering: auto;
    transform: translateZ(0);
}

@keyframes scroll-up {
    0% {
    transform: translateY(0%);
    }
    100% {
    transform: translateY(-50%);
    }
}