/*
	Theme Name: Indika 2024
	Description: Indika 2024 Additional Styling For ESG
	Version: 1.0.0
	Author: Stucel
	Author URI: https://www.stucel.com/
	Tags:
*/

/*------------------------------------*\
    WORDPRESS CORE
\*------------------------------------*/

/* Approach */
.approach {
    margin: 70px 0;
}
.approach .links {
    gap: 15px;
}
.approach .links a {
    box-shadow: 1px 2px 5px 0px #bfbfbf;
    width: 100%;
    padding: 10px;
    gap: 10px;
    color: black;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 2px;
}
.approach .links a img {
    max-width: 20px;
}
.approach .links a .hover {
    display: none;
}
.approach .links a .non-hover {
    display: block;
} 
.approach .links a:hover {
    background: #04459A;
    color: white;
}
.approach .links a:hover .hover {
    display: block;
} 
.approach .links a:hover .non-hover {
    display: none;
} 

/* Mission */
.mission {
    padding: 70px 0;
    background-size: cover;
    background-position: center 90%;
}
.mission h3 {
    font-weight: 500;
    margin-bottom: 50px;
}
.mission .lists {
    gap: 30px;
}
.mission .lists .title {
    font-size: 50px;
    font-weight: 500;
}
.mission .lists .desc {
    font-weight: 300;
    font-size: 18px;
    line-height: 26px;
}
@media screen and (min-width: 980px) {
    .mission .lists {
        gap: 170px;
    }
}

/* Target */
.target {
    padding: 70px 0;
}
.target h4 {
    gap: 20px;
    display: flex;
    align-items: center;
    padding: 0;
    text-transform: uppercase;
    font-size: 25px;
    font-weight: 400;
    letter-spacing: 2px;
    text-wrap: nowrap;
}
.target h4::after {
    content: '';
    width: 100%;
    border-bottom: 1px dashed rgba(0, 0, 0, 0.2);
}
.target .title-target {
    color: #04459A;
    font-size: 35px;
    font-weight: 500;
}
.target .line {
    margin: 30px 0;
}
.target .title-with-hr {
    margin: 20px 0;
}
@media screen and (max-width: 980px) {
    .target .targets {
        margin: auto;
    }
    .target h4.col-12.title-with-hr {
        margin: 20px 0;
    }
    .target .description-for-title {
        margin-top: 25px;
    }
    .swiper-target .swiper-slide .col-12.col-lg-6.d-flex.flex-column {
        padding: 0;
    }
}

/* Pathway */
.pathway {
    background: #E0E0E0;
    padding: 70px 0;
}
.pathway h2 {
    margin-bottom: 30px;
    text-align: center;
}
.pathway .pathway-description {
    padding-right: 70px;
}
.pathway .pathway-description p {
    font-weight: 500;
}
.pathway .emissions-box {
    box-shadow: 1px 2px 5px 0px #bfbfbf;
    background-color: white;
}
.pathway .emissions-box .title-emissions {
    padding: 15px 20px;
    font-weight: 500;
    font-size: 16px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}
.pathway .emissions-box .desc-emissions {
    padding: 15px 20px;
    font-size: 14px;
}
.pathway .emissions-box .desc-emissions p {
    margin-bottom: 0;
}
.pathway .emissions-box .desc-emissions .target-emissions {
    color: #04459A;
    font-size: 35px;
    font-weight: 500;
}
@media screen and (max-width: 768px) {
    .pathway {
        padding: 50px 0;
    }
    .pathway h2 {
        text-align: left;
        margin-bottom: 20px;
    }
    .pathway .pathway-description {
        padding-right: 15px;
    }
    .pathway .emissions-box {
        margin: 0;
    }
    .pathway .emissions-box .desc-emissions {
        gap: 20px;
    }
}

.pathway.bg {
    background-position: right;
    background-size: cover;
}
.pathway .title-projections {
    margin: 40px 0 20px 0;
}
.pathway .image-projections img {
    width: 100%;
}
@media screen and (max-width: 768px) {
    .pathway .image-projections.image-overflow {
        overflow-x: scroll;
    }
    .pathway .image-projections img {
        height: 100%;
        width: auto !important;
    }
}

/* Journey */
.journey {
    margin-top: 80px;
}
.journey .stepFirst, .journey .stepThird {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.journey .stepSecond {
    display: flex;
    flex-direction: row-reverse;
    margin-top: 15%;
    margin-bottom: 12%;
}
.journey .line {
    position: absolute;
}
.journey .line.first {
    margin-top: 15%;
}
.journey .line.second {
    top: auto;
}
.journey .steps .description, .journey .steps .image {
    width: 50%;
}
.journey .stepFirst .description, .journey .stepFirst .image, .journey .stepThird .description, .journey .stepThird .image {
    width: 40%;
    margin-left: 10%;
}
.journey .steps.stepFinal .description, .journey .steps.stepFinal .image {
    width: 70%;
    margin: 0 auto;
}
.journey .steps .description p, .journey .steps .description h3, .journey .steps .description ul {
    margin: 0;
}
.journey .steps .image {
    display: flex;
    justify-content: center;
}
.journey .stepFinal {
    margin-top: 12%;
}
@media screen and (max-width: 768px) {
    .journey {
        padding: 30px 0;
        margin-top: 20px;
    }
    .journey .steps {
        margin: 30px 0;
        flex-direction: column;
    }
    .journey .steps .description, .journey .steps .image {
        width: 100%;
    }
}
@media screen and (max-width: 1300px) {
    .journey .line {
        display: none;
    }
}

/* Achievement */

.achievement {
    padding: 70px 0;
}
.achievement h2 {
    text-align: center;
    margin-bottom: 30px;
    font-weight: 500;
}
.achievement .achievement-desc {
    width: 70%;
    text-align: center;
    margin: auto;
}
.achievement .achievement-categories {
    margin: 30px 0;
}
.achievement .title {
    display: flex;
    justify-content: space-between;
}
.achievement .title .swiper-achievement-nav {
    gap: 20px;
    display: flex;
}
.achievement h3 {
    display: flex;
    font-size: 30px;
    font-weight: 500;
    line-height: 50px;
    margin: 0;
    flex-grow: 1;
    text-wrap: nowrap;
}
.achievement h3:after {
    content: '';
    border-bottom: 1px dashed #04459A;
    width: 100%;
    margin: 0 30px 20px 30px;
}
.achievement a {
    color: #04459A;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 400;
}
.achievement .achievement-categories .swiper-container {
    margin-top: 30px;
}
.achievement .box-achievement {
    padding: 10px;
}
.achievement .box-achievement img {
    width: 25%;
}
.achievement .box-achievement h4 {
    font-size: 35px;
    font-weight: 600;
    color: #04459A;
}
.achievement .box-achievement p, .achievement .box-achievement span.below-text {
    font-size: 13px;
    line-height: 20px;
    font-weight: 600;
    margin: 0;
}
.achievement .box-achievement span.below-text {
    font-weight: 300;
}
@media screen and (max-width: 768px) {
    .achievement h2, .achievement .achievement-desc {
        text-align: left;
        width: 100%;
    }
    .achievement .title .swiper-achievement-nav {
        margin-top: 20px;
    }
}

/* Report */
.esg__content--four .v-position .p-middle {
    text-align: center;
}

/* ESG Story */
.esg__content--two {
    padding: 70px 0;
    margin: 0;
}
.esg__content--two h2 {
    margin-bottom: 30px;
}
.esg__content--two .swiper-slide {
    width: 25%;
    padding: 20px;
}
.esg__content--two .swiper-slide img {
    width: 100%;
    height: auto;
    min-height: 170px;
}
.esg__content--two .swiper-slide .story_title {
    font-weight: 600;
    font-size: 18px;
    line-height: 28px;
    margin-top: 15px;
}
.esg__content--two .swiper-slide .story_desc {
    font-weight: 300;
    margin: 15px 0;
}
.esg__content--two .swiper-slide a {
    color: white;
}
.esg__content--two .swiper-navigation-story {
    gap: 20px;
}
@media screen and (max-width: 768px) {
    .esg__content--two {
        padding: 50px 0;
    }
    .esg__content--two h2 {
        margin-bottom: 20px;
    }
    .esg__content--two .swiper-slide {
        width: 100%;
    }
}

/* Commitments Section */
.commitments {
    padding: 70px 0;
}
.commitments h2 {
    margin-bottom: 25px;
}
.commitments .swiper-slide {
    height: auto;
}
.commitments .swiper-wrapper {
    height: 100%;
}
.commitments .box-commitments {
    border: 1px solid rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column-reverse;
    padding: 20px;
    margin: 15px;
    gap: 25px;
    height: 95%;
    align-items: center;
    justify-content: flex-end;
}
.commitments .box-commitments img {
    object-fit: contain;
    width: 50%;
}
.commitments .swiper-pagination {
    position: relative;
}
.commitments .swiper-pagination .swiper-pagination-bullet {
    margin: 0 5px;
    width: 20px;
    height: 20px;
    border: 1px solid #505050;
    background: transparent;
}
.commitments .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #C8C8C8;
    border: none;
}
@media screen and (max-width: 1200px) {
    .commitments {
        padding: 50px 0;
    }
    .commitments .box-commitments {
        flex-direction: column-reverse;
        align-items: center;
        justify-content: flex-end;
    }
}

/* ESG Detail */
.esg-detail {
    padding-top: 10rem;
    padding-bottom: 5rem;
}
.esg-detail .description {
    width: 80%;
}
.esg-detail ul {
    list-style: none;
    padding: 0;
    row-gap: 50px;
}
.esg-detail.achievement .box-achievement p, .esg-detail.achievement .box-achievement a {
    margin: 10px 0;
}
.modal-content img {
    width: 100%;
}
@media screen and (max-width: 1200px) {
    .esg-detail .description {
        width: 100%;
        margin-bottom: 0;
    }
    .esg-detail ul {
        margin-top: 1rem;
        row-gap: 1rem;
    }
}