

/* sustainability */

.wrapper {
    display: flex;
    flex-direction: column;
    padding: 40px 16px;
}

.sustainability-strategy .sustainability-heading {
    font-family: 'Unilever Shilling Medium';
    font-size: 26px;
    line-height: 36px;
    color: #2B911B;
    margin: 0 auto 12px;
    text-align: center;
    max-width: 858px;
}

.sustainability-strategy .wrapper>p {
    font-family: 'Unilever Shilling';
    font-size: 14px;
    line-height: 21px;
    color: #3F3F3F;
    text-align: center;
    margin: 12px auto 0;
    max-width: 858px;
}

.sustainability-strategy .wrapper>p span {
    font-family: 'Unilever Shilling Medium';
    font-weight: 600;
}

.sustainability-strategy .cards-container {
    display: flex;
    flex-direction: column;
    gap: 25px;
    margin: 30px 0 0;
    align-items: flex-start;
    padding: 0px;
    list-style: none;
}

.sustainability-strategy .cards-container .sustainability-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px 16px 10px 10px;
    width: 100%;
    position: relative;
    overflow: visible;
}

.sustainability-strategy .cards-container .sustainability-card::after {
    content: '';
    display: block;
    width: 15px;
    height: 25px;
    background: url('data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIxNSIgaGVpZ2h0PSIyMiIgdmlld0JveD0iMCAwIDE1IDIyIiBmaWxsPSJub25lIj4KICA8cGF0aCBkPSJNNi43OTI4OSAyMS43MDcxQzcuMTgzNDIgMjIuMDk3NiA3LjgxNjU4IDIyLjA5NzYgOC4yMDcxMSAyMS43MDcxTDE0LjU3MTEgMTUuMzQzMUMxNC45NjE2IDE0Ljk1MjYgMTQuOTYxNiAxNC4zMTk1IDE0LjU3MTEgMTMuOTI4OUMxNC4xODA1IDEzLjUzODQgMTMuNTQ3NCAxMy41Mzg0IDEzLjE1NjkgMTMuOTI4OUw3LjUgMTkuNTg1OEwxLjg0MzE1IDEzLjkyODlDMS40NTI2MiAxMy41Mzg0IDAuODE5NDU2IDEzLjUzODQgMC40Mjg5MzIgMTMuOTI4OUMwLjAzODQwNzIgMTQuMzE5NSAwLjAzODQwNzEgMTQuOTUyNiAwLjQyODkzMiAxNS4zNDMxTDYuNzkyODkgMjEuNzA3MVpNNy41IDBMNi41IC00LjM3MTE0ZS0wOEw2LjUgMjFMNy41IDIxTDguNSAyMUw4LjUgNC4zNzExNGUtMDhMNy41IDBaIiBmaWxsPSIjMkI5MTFCIi8+Cjwvc3ZnPg==');
    background-repeat: no-repeat;
    background-size: 100%;
    position: absolute;
    bottom: -28px;
    left: 50%;
}

.sustainability-strategy .cards-container .sustainability-card:nth-child(4)::after {
    display: none;
}

.sustainability-strategy .cards-container .sustainability-card:nth-child(1) {
    background-color: #cfbaf2;
}

.sustainability-strategy .cards-container .sustainability-card:nth-child(2) {
    background-color: #f3aed3;
}

.sustainability-strategy .cards-container .sustainability-card:nth-child(3) {
    background-color: #6defff;
}

.sustainability-strategy .cards-container .sustainability-card:nth-child(4) {
    background-color: #9ae98e;
}

.sustainability-strategy .cards-container .sustainability-card .card-list-item {
    padding: 15px;
    box-sizing: border-box;
}

.sustainability-strategy .cards-container .sustainability-card .card-image {
    width: 100%;
    height: 170px;
    object-fit: cover;
    aspect-ratio: auto;
}

.sustainability-strategy .cards-container .sustainability-card .card-list-item .card-heading .card-title {
    font-family: 'Unilever Shilling Medium';
    font-size: 18px;
    line-height: 30px;
    color: #002082;
    margin: 0;
}

.sustainability-strategy .cards-container .sustainability-card .card-list-item .card-heading .card-icon {
    display: flex;
    cursor: pointer;
}

.icon-minus {
    display: none;
}

.sustainability-strategy .cards-container .sustainability-card .card-list-item .card-heading {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
}

.sustainability-strategy .cards-container .sustainability-card .card-list-item .card-description {
    font-family: 'Unilever Shilling';
    font-size: 14px;
    line-height: 24px;
    color: #002082;
    margin: 0px;
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease, padding 0.3s ease;
    padding: 0 0;
}

.sustainability-strategy .cards-container .sustainability-card .card-list-item .card-description.visible {
    max-height: 200px;
    padding: 15px 0 0;
}






/* Key Highlights */

.key-highlights {
    background: #f5fdf4;
}

.key-highlights .highlights-heading {
    font-family: 'Unilever Shilling Medium';
    font-size: 22px;
    line-height: normal;
    color: #2B911B;
    text-align: center;
    margin: 0 0 15px;
}

.key-highlights .highligths-tab {
    margin: 15px 0;
    padding: 0px;
    display: flex;
    flex-direction: row;
    overflow-x: auto;
    list-style: none;
}

.highligths-tab::-webkit-scrollbar {
    display: none;
}

.key-highlights .highligths-tab li {
    padding: 15px 40px;
    text-align: center;
    font-family: 'Unilever Shilling';
    font-size: 18px;
    line-height: 22px;
    color: #3F3F3F;
    border-bottom: 1px solid #3F3F3F;
    opacity: 0.7;
    cursor: pointer;
    width: 25%;
}

.key-highlights .highligths-tab li.active {
    color: #2B911B;
    border-bottom: 3px solid #2B911B;
}

.key-highlights .tab-contents {
    display: flex;
    flex-direction: column;
    margin: 15px 0 0;
}

.key-highlights .tab-content .row-indicators .circular-tabs {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    position: relative;
    list-style: none;
}

.key-highlights .tab-content .row-indicators .circular-tabs::after {
    content: '';
    display: block;
    width: 86%;
    height: 2px;
    background: #99E98F;
    position: absolute;
    top: 6px;
    left: 0;
}

.key-highlights .tab-content .row-indicators .circular-tabs li {
    font-family: 'Unilever Shilling';
    font-size: 12px;
    line-height: 17px;
    color: #99E98F;
    font-weight: 400;
    cursor: pointer;
}

.key-highlights .tab-content .row-indicators .circular-tabs li::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #99E98F;
    border-radius: 50%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    z-index: 99;
    margin-bottom: 8px;
}

.key-highlights .tab-content .row-indicators .circular-tabs li.active {
    color: #206E15;
}

.key-highlights .tab-content .row-indicators .circular-tabs li.active::before {
    background: #206E15;
}

.key-highlights .tab-content .content-wrapper .content-left {
    border-radius: 10px;
    overflow: hidden;
    margin: 30px 0 15px;
}

.key-highlights .tab-content .content-wrapper .content-left img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    aspect-ratio: auto;
    display: block;
}

.key-highlights .tab-content .content-wrapper .content-right {
    margin: 15px 0 0;
}

.key-highlights .tab-content .content-wrapper .content-right div {
    padding: 10px 10px 30px;
}

.key-highlights .tab-content .content-wrapper .content-right h3 {
    font-family: 'Unilever Shilling Medium';
    font-size: 25px;
    line-height: 25px;
    color: #206E15;
    margin-bottom: 10px;
}

.key-highlights .tab-content .content-wrapper .content-right p {
    font-family: 'Unilever Shilling';
    font-size: 14px;
    line-height: 20px;
    color: #3F3F3F;
    margin: 5px 0;
}

.key-highlights .tab-content .content-wrapper .content-right .small-text {
    font-family: 'Unilever Shilling';
    font-size: 10px;
    line-height: 16px;
}

.key-highlights .tab-content .content-wrapper .content-right .grass-green {
    font-family: 'Unilever Shilling Medium';
    font-size: 25px;
    line-height: normal;
    color: #008651;
    font-weight: 900;
}

.key-highlights .tab-contents .tab-content {
    position: relative;
}



@media (min-width: 991px) {

    .sustainability-strategy .sustainability-heading {
        font-size: 42px;
        line-height: normal;
    }

    .sustainability-strategy .wrapper>p {
        font-size: 18px;
        line-height: 26px;
    }

    .wrapper {
        padding: 50px 16px;
    }

    .sustainability-strategy .cards-container {
        margin: 60px 0;
        flex-direction: row;
        flex-wrap: nowrap;
        gap: 21px;
    }

    .sustainability-strategy .cards-container .sustainability-card .card-list-item {
        padding: 20px;
    }

    .sustainability-strategy .cards-container .sustainability-card .card-image {
        height: 250px;
    }

    .sustainability-strategy .cards-container .sustainability-card .card-list-item .card-heading .card-title {
        font-size: 20px;
        line-height: 28px;
    }

    .sustainability-strategy .cards-container .sustainability-card .card-list-item .card-description {
        font-size: 16px;
        line-height: 24px;
    }

    .sustainability-strategy .cards-container .sustainability-card::after {
        left: unset;
        top: 140px;
        right: -20px;
        transform: rotate(270deg);
    }

    .key-highlights .highlights-heading {
        font-size: 34px;
        text-align: left;
        margin: 0 0 20px;
    }

    .key-highlights .highligths-tab {
        margin: 20px 0 38px;
    }

    .key-highlights .tab-contents {
        margin: 38px 0 0;
    }

    .key-highlights .highligths-tab li {
        font-size: 24px;
        line-height: 29px;
        padding: 25px 20px;
    }

    .key-highlights .tab-content .row-indicators .circular-tabs li {
        font-size: 18px;
        line-height: 25px;
    }

    .key-highlights .tab-content .content-wrapper .content-right p {
        font-size: 16px;
        line-height: 24px;
    }

    .key-highlights .tab-content .row-indicators {
        position: absolute;
        width: 57%;
        top: 0;
        right: 0;
    }

    .key-highlights .tab-content .content-wrapper .content.visible{
        display: flex;
        flex-direction: row;
        gap: 56px;
    }

    .key-highlights .tab-content .content-wrapper .content-left img {
        height: 362px;
    }

    .key-highlights .tab-content .content-wrapper .content-left {
        margin: 0;
        width: 43%;   
    }

    .key-highlights .tab-content .content-wrapper .content-right {
        margin: 0;
        width: 61%;
        display: flex;
        align-items: flex-start;
    }

    .key-highlights .tab-content .content-wrapper .content-right div {
        padding: 20px;
        margin-top: 80px;
    }
}

.key-highlights .tab-content .row-indicators .circular-tabs {
    position: relative;
    counter-reset: step;
}

.key-highlights .tab-content .row-indicators .circular-tabs li {
    position: relative;
    z-index: 2;
    text-align: center;
    flex: 1;
}

.key-highlights .tab-content .row-indicators .circular-tabs li::before {
    content: '';
    display: block;
    width: 15px;
    height: 15px;
    background: #99E98F;
    border-radius: 50%;
    z-index: 2;
    position: relative;
}

.key-highlights .tab-content .row-indicators .circular-tabs li.active::before,
.key-highlights .tab-content .row-indicators .circular-tabs li.completed::before {
    background: #206E15;
}

.key-highlights .tab-content .row-indicators .circular-tabs li.completed {
    color: #206E15;
}

.key-highlights .tab-content .row-indicators .circular-tabs::after {
    content: '';
    position: absolute;
    top: 6px;
    left: 0;
    height: 2px;
    background: #99E98F;
    z-index: 1;
    width: 88%;
}

.key-highlights .tab-content .row-indicators .progress-line {
    position: absolute;
    top: 6px;
    left: 0;
    height: 2px;
    background: #206E15;
    z-index: 9;
    transition: width 0.5s ease-in-out 0.1s;
}

.key-highlights .tab-contents .tab-content {
    display: none;
}

.key-highlights .tab-contents .tab-content.active {
    display: block;
}

.tab-contents .tab-content .content.visible {
    display: block;
}

.tab-contents .tab-content .content {
    display: none;
}

.padding-top-10{
    padding-top: 25px;
}
.padding-top-50{
    padding-top: 50px;
}