.hero-slider .slick-list,
.hero-slider .slick-track {
    width: 100% !important;
}


.drukgreen-hero-section.history-hero .hero-content {
    align-items: center;
}

.history-hero .hero-overlay {
    background: #00000033;
}

.timeline-section {
    position: sticky;
    top: 0;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    overflow-y: hidden;
    max-height: 100vh;
}

.timeline-sticky-wrapper {
    position: relative;
    min-height: 160vh;
}

.timeline-section .drukgreen-container {
    display: flex;
}

.timeline-left-box {
    width: 40%;
    padding: 50px 0;
}

.timeline-right-box {
    width: 60%;
    position: relative;
}

.history-hero {
    position: sticky;
    top: 0;
}

.timeline-left-wrapper {
    max-width: 82%;
}

.timeline-tab-wrapper {
    display: flex;
    margin-bottom: 40px;
    border-bottom: 0.7px solid #FFFFFF80;
    gap: 30px;
    align-items: center;
}

.timeline-tab {
    cursor: pointer;
}

.timeline-tab.active {
    border-bottom: 1.5px solid #FFFFFF;
}

.timeline-tab.active .timeline-tab-text {
    font-weight: 500;
    color: #FFFFFF;
}

.timeline-tab-text {
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF99;
    padding-bottom: 10px;
    padding-right: 5px;
    display: inline-block;
}

.timeline-section .section-heading-cta-wrapper {
    margin-bottom: 40px;
}

.timeline-tab-content-box {
    display: none;
}
.timeline-tab-content-box p{color: #fff;}
.timeline-tab-content-box.active {
    display: block;
}

.timeline-content-para {
    font-weight: 300;
    font-size: 16px;
    line-height: 1.6;
    color: #FFFFFFCC;
    margin-bottom: 15px;
}

.timeline-scrolled-box {
    width: 100%;
    position: relative;
    z-index: 2;
}


.timeline-right-box::after {
    content: "";
    position: absolute;
    left: 4px;
    top: 0;
    height: 100%;
    background-color: #FFFFFF80;
    width: 1px;
    z-index: 1;
}

.timeline-scrolled-tab {
    margin-bottom: 100px;
    position: relative;
}

.timeline-scrolled-tab:first-child {
    margin-top: 100px;
}

.timeline-content-box {
    opacity: 0;
    height: 0;
    transition: opacity 0.6s ease;
}

.timeline-scrolled-tab.active .timeline-content-box {
    display: flex;
    opacity: 1;
    height: auto;
}

.timeline-content-box {
    flex-direction: column;
    gap: 10px;
    max-width: 400px;
    position: absolute;
    top: 0;
    left: 22%;
}

.timeline-year {
    font-weight: 600;
    font-size: 150px;
    color: #FFFFFF4D;
    line-height: 1;
}

.timeline-content-heading {
    font-size: 24px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1.5;
}

.timeline-scroll-content-para {
    font-size: 14px;
    color: #FFFFFFE5;
    font-weight: 300;
    line-height: 1.4;
    max-width: 70%;
}

.timeline-tab-btn {
    display: inline-flex;
    cursor: pointer;
    gap: 10px;
    align-items: center;
}

.timeline-tab-circle {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background-color: #FFFFFF;
    position: relative;
    z-index: 2;
}

.timeline-tab-btn-text {
    color: #FFFFFFCC;
    font-weight: 500;
    font-size: 16px;
}

.timeline-scrolled-tab.active .timeline-tab-circle {
    background-color: #0B9146;
    outline: 3px solid #FFFFFF;
}

.timeline-global {
    position: relative;
    background-color: #FFFFFF;
}

.global-para-wrap {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 30px;
    margin-top: 30px;
}

.global-para-wrap .drukgreen-para-primary {
    max-width: 620px;
}

.global-outer-wrapper {
    position: relative;
    border-radius: 20px;
    padding: 50px;
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)),
        linear-gradient(89.9deg, rgba(0, 0, 0, 0.64) 0.95%, rgba(10, 0, 0, 0) 43.88%);
    overflow: hidden;
}

.global-outer-wrapper::after{content: ""; width: 100%; height: 100%; position: absolute; top: 0; left: 0; background: #0000005a; z-index: 1; border-radius: 20px;}

.global-inner-box {
    position: relative;
    z-index: 3;
    display: flex;
    gap: 40px;
}

.global-img-wrapper {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

.global-img-wrapper img {
    width: 100%;
    object-fit: cover;
    height: 100%;
}

.global-img {
    height: 100%;
}

.global-img {
    display: none;
}

.global-img.active {
    display: block;
}

.global-tab-content {
    display: none;
    gap: 20px;
    max-width: 400px;
    position: relative;
}

.global-tab-content::after{content: "";
    position: absolute;
    bottom: -20px;
    left: -20px;
    right: -20px;
    height: 170%;
    background: rgba(0,0,0,0.35);
    z-index: -1;

    -webkit-mask-image: radial-gradient(
        ellipse 80% 50% at center,
        black 60%,
        transparent 100%
    );
    mask-image: radial-gradient(
        ellipse 80% 50% at center,
        black 60%,
        transparent 100%
    );}


.global-tab-content.active {
    display: flex;
}

.global-tabs {
    min-width: 300px;
}

.global-tab {
    display: flex;
    gap: 10px;
    height: 70px;
    border-left: 0.75px solid #C9C9D2;
    position: relative;
    transition: all 0.6s ease;
}

.global-tab-sm-line {
    width: 14px;
    height: 0.75px;
    background-color: #C9C9D2;
    position: absolute;
    left: 0;
    transition: all 0.6s ease;
}

.global-tab-sm-line.first {
    top: 25%;
}

.global-tab-sm-line.second {
    top: 50%;
}

.global-tab-sm-line.third {
    top: 75%;
}



.global-tab.active .global-tab-sm-line,
.global-tab.visited .global-tab-sm-line {
    background-color: #FFFFFF;
}


.global-tab:last-child {
    height: auto;
    align-items: flex-end;
}

.global-tab:last-child .global-tab-sm-line{
    display: none;
}

.global-tab.active,
.global-tab.visited {
    border-color: #FFFFFF;
}

.global-tab.active .global-tab-cicle-line,
.global-tab.visited .global-tab-cicle-line {
    background-color: #FFFFFF;
}

.global-tab-cicle-line {
    width: 35px;
    height: 0.75px;
    background-color: #C9C9D2;
    position: relative;
    cursor: pointer;
    transition: all 0.6s ease;
}

.global-tab-text {
    position: absolute;
    left: 50px;
    top: 50%;
    transform: translateY(-50%);
    text-wrap: nowrap;
}

.global-tab-cicle-line::after {
    content: "";
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
    height: 6px;
    background-color: #C9C9D2;
    right: 0;
    border-radius: 50%;
}

.global-tab.active .global-tab-cicle-line::after {
    background-color: #0B9146;
    outline: 2px solid #FFFFFF;
}

.global-tab.visited .global-tab-cicle-line::after {
    background-color: #FFFFFF;
}

.global-tab-text {
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
    color: #FFFFFF;
    transition: all 0.6s ease;
}

.global-tab.active .global-tab-text {
    font-weight: 600;
    font-size: 16px;
}


.globla-tab-content-box {
    display: flex;
    padding-top: 60px;
}

.global-tab-line {
    width: 80px;
    height: 1px;
    background-color: #FFFFFF99;
    margin-top: 10px;
}


.global-tab-content-heading {
    font-weight: 500;
    font-size: 20px;
    color: #FFFFFF;
    line-height: 1;
    margin-bottom: 15px;
}

.global-tab-content-para {
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #FFFFFFE5;
}

.global-tab-nav-box {
    gap: 20px;
    align-items: center;
    display: none;
}

.globl-nav-btn {
    border: 1px solid #FFFFFFCC;
    width: 46px;
    height: 46px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.globl-nav-btn.disabled {
    opacity: 0.5;
    cursor: default;
}

.global-parent-content-wrapper {
    padding-top: 50px;
}

.timeline-future {
    background-color: #F9F9F9;
    position: relative;
    z-index: 3;
}


.timeline-future-slide-wrapper {
    height: 560px;
    border-radius: 20px;
    position: relative;
    overflow: hidden;
}

.timeline-future-slide-wrapper::after {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #00000080;
    z-index: 1;
}

.timeline-future-slider {
    width: 100%;
    height: 100%;
    z-index: 3;
}

.timeline-future-slide {
    width: 100%;
    height: 100%;
}

.timeline-future-slide:hover .timeline-future-mask-thumb img{
    transform: scale(1.05);
}


.timeline-slide-inner-wrapper {
    width: 100%;
    height: 100%;
    padding: 60px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
    z-index: 3;
}

.timeline-future-mask-thumb img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    object-fit: cover;
    border-radius: 20px;
    height: 100%;
    transition: all 0.8s ease;
}


.future-slide-thumb {
    height: 417px;
    width: 332px;
    position: relative;
    border-radius: 12px;
    overflow: hidden;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    display: flex; 
    align-items: center; 
    justify-content: center;
}

.future-slide-thumb img {
    width: 100%;
    object-fit: cover;
    border-radius: 12px;
    border: 3px solid #fff;
}

.future-slide-content-wrap {
    max-width: 400px;
}

.future-content-heading {
    font-size: 20px;
    color: #FFFFFF;
    font-weight: 500;
    line-height: 1;
    margin-bottom: 10px;

}

.future-content-para {

    max-width: 85%;
    line-height: 1.5;
    font-size: 16px;
    color: #FFFFFFCC;
    font-weight: 400;
}

.future-slide-nav-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

.future-slide-nav-btn {
    width: 46px;
    height: 46px;
    border-radius: 50%;
    border: 1px solid #FFFFFFCC;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
}

.future-slide-navigation {
    display: flex;
    align-items: center;
    margin-top: auto;
    gap: 20px;
}

.future-slide-count {
    font-size: 36px;
    color: #FFFFFFCC;
    font-weight: 300;
    letter-spacing: 2px;
}

.count-left {
    font-size: 20px;
}

.future-slide-nav-btn.disabled {
    opacity: 0.5;
    cursor: default;
}

@media (min-width: 1919px) {

    .future-content-heading {
        font-size: 26px;
    }

    .future-content-para {
        font-size: 21px;
    }

    .future-slide-content-wrap {
        max-width: 480px;
    }

    .global-tabs {
        min-width: 420px;
    }

    .global-tab.active .global-tab-text {
        font-size: 21px;
    }

    .global-tab-text {
        font-size: 19px;
    }

    .global-tab-content-heading {
        font-size: 26px;
    }

    .global-tab-content-para {
        font-size: 19px;
    }

    .global-tab-content {
        max-width: 520px;
    }

    .global-para-wrap .drukgreen-para-primary {
        max-width: 780px;
    }

    .timeline-future-slide-wrapper {
        height: 720px;
    }

    .future-slide-thumb {
        width: 442px;
        height: 556px;
    }

}

@media (min-width: 767px) {
    .global-tab-cicle-line {
        min-width: 35px;
        width: auto;
    }

    .global-tab-text {
        max-width: 300px;
        width: 280px;
        line-height: 1.5;
        text-wrap: wrap;
    }

}

@media (max-width:1244px) {

    .future-slide-thumb {
        width: 320px;
        min-height: 380px;
    }

    .timeline-slide-inner-wrapper {
        padding: 30px;
    }

    .future-slide-content-wrap {
        max-width: 290px;
    }

}



@media (max-width:991px) {

    .timeline-section .drukgreen-container {
        flex-direction: column;
    }

    .timeline-section {
        position: relative;
    }

    .history-hero {
        position: relative;
    }

    .timeline-left-box,
    .timeline-right-box {
        width: 100%;
    }

    .timeline-right-box {
        overflow-y: hidden;
        padding-left: 3px;
        position: sticky;
        top: 0;
        margin-top: 30px;
    }

    .timeline-left-box {
        padding-bottom: 0;
    }

    .timeline-scrolled-tab:first-child {
        margin-top: 0;
    }

    .timeline-right-box::after {
        left: 7px;
        top: 5px;
    }

    .timeline-sticky-wrapper {
        min-height: auto;
    }

    .timeline-right-box {
        min-height: 400px;
        height: 60vh;

    }

    .future-slide-content-wrap {
        max-width: 280px;
    }

    .future-slide-thumb {
        width: 280px;
        left: 75%;
    }
}

@media (max-width:767px) {

    .global-outer-wrapper {
        margin-top: 60px;
    }

    .timeline-left-box {
        padding: 30px 0;
    }

    .global-tab-nav-box {
        display: flex;
        padding-top: 100px;
    }

    .global-tabs {
        position: absolute;
        min-width: 100vw;
        width: 100%;
        display: flex;
        top: -75px;
        left: -80px;
        overflow-x: scroll;
        height: 30px;
        align-items: center;
    }

    .global-tab-content-heading {
        font-size: 18px;
        line-height: 1.3;
    }

    .global-tab-cicle-line::after {
        width: 11px;
        height: 11px;
    }

    .global-tab.active .global-tab-cicle-line::after {
        outline: none;
    }

    .global-tab.active .global-tab-cicle-line,
    .global-tab.visited .global-tab-cicle-line {
        background-color: #E0E0E0;
    }

    .global-tab.visited .global-tab-cicle-line::after {
        background-color: #E0E0E0;
    }

    .global-tab-sm-line {
        display: none;
    }

    .global-outer-wrapper {
        padding: 30px;
        overflow: visible;
    }

    .global-img-wrapper img {
        border-radius: 20px;

    }

    .global-tab {
        height: 0;
        border: 0;
        min-width: 65px;
    }

    .global-tab-text {
        display: none;
    }

    .global-tab-cicle-line {
        width: 100%;
    }

    .global-parent-content-wrapper {
        padding-top: 150px;
    }

    .global-tab-line {
        display: none;
    }

    .globla-tab-content-box {
        padding-top: 180px;
    }

    .global-tabs {
        scrollbar-width: none;
    }

    .global-tabs::-webkit-scrollbar {
        display: none;
    }

    .global-para-wrap {
        grid-template-columns: 1fr;
    }

    .future-slide-thumb {
        width: 100%;
        height: 100%;
        transform: unset;
        top: 0;
        left: 0;
    }

    .future-slide-content-wrap,
    .future-slide-navigation {
        z-index: 22;
    }

    .future-slide-thumb::after {
        content: "";
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        background-color: #00000080;
        position: absolute;
    }

    .timeline-slide-inner-wrapper {
        flex-direction: column;
        align-items: flex-start;
        justify-content: flex-end;
    }

    .future-slide-navigation {
        margin-top: 100px;
    }

    .future-slide-content-wrap {
        max-width: 80%;
    }

    .future-content-para {
        max-width: 100%;
    }

    .future-content-heading {
        font-size: 18px;
    }

    .future-slide-count {
        font-size: 24px;
        font-weight: 300;
    }

    .count-left {
        font-size: 14px;
    }

    .future-content-para {
        font-weight: 300;
    }

    .future-slide-thumb img {
        height: 100%;
    }

    .timeline-future-slide-wrapper {
        height: 480px;
    }

    .global-para-wrap {
        gap: 20px;
    }

}

@media (max-width:620px) {
    .timeline-left-wrapper {
        max-width: 100%;
    }

    .timeline-year {
        font-size: 100px;
    }

    .timeline-content-heading {
        font-size: 18px;
    }

    .timeline-content-box {
        left: 35%;
    }

    .timeline-tab-wrapper {
        max-width: 80%;
    }

    .future-slide-content-wrap {
        max-width: 90%;
    }

    .timeline-section{
        background-image: url(https://drukgreen.gneutral.in/wp-content/uploads/2026/03/deliver-mb.jpg) !important;
    }
}

@media (max-width:391px) {
    .timeline-content-heading {
        font-size: 14px;
    }

    .timeline-year {
        font-size: 80px;
    }

    .timeline-scroll-content-para{
        font-size: 12px;
    }

    .timeline-section{
        min-height: 120vh;
    }
}