.container {
    width: 100% !important;
    max-width: 100% !important;
}

/* Kullanımı */
.sustainability-container {
    max-width: 1300px;
    margin: 0 auto;
    font-style: normal;
    text-align: left;
    text-decoration: none;
    outline: none;
    overflow: hidden;
    background: #ffffff;
}

/*--------Plus And Banner SON-----------------*/
.plus-banner {
    margin-bottom: 50px;
    position: relative;
}

.plus-banner img {
    width: 100%;
}

.plus-banner-text {
    position: absolute;
    width: 35%;
    font-size: 41px !important;
    color: #fff;
    right: 10%;
    top: 150px;
    text-align: center;
}

.first-description {
    width: 96%;
    margin: 0 auto;
}

.first-description h3, .first-description h4 {
    font-size: 12pt;
    font-weight: 300;
    color: #029c49;
    text-align: justify;
    text-justify: inter-word;
    -webkit-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
    line-height: 1.3;
    word-spacing: normal;
    text-align-last: left;
}

.first-description h4 {
    color: #00a651;
    font-weight: 400;
}

/*--------Plus And Banner SON-----------------*/
/*----Sürdürülebilirlik Stratejiler-----*/
.sustainability-strategies {
    margin-top: 50px;
}

.sustainability-banner {
    height: 350px;
    border-radius: 40px 40px 0px 0px;
    overflow: hidden;
    width: 91%;
    margin: 0 auto;
    position: relative;
    margin-bottom: 50px;
}

.sustainability-banner img {
    top: -345px;
}

.sustainability-strategies h5.title-one {
    color: #376d35;
    text-align: center !important;
    font-weight: bold;
    letter-spacing: 2px;
    font-size: 21pt;
}

.sustainability-strategies p.title-two {
    text-align: center !important;
    font-size: 16pt;
    color: #5da49b;
}

.strategies {
    position: relative;
    width: 100%;
}

.four-p-area {
    background: #f4f5f3;
    margin-bottom: 20px;
    text-align: center;
    padding: 35px;
}

.four-p-description {
    width: auto !important;
    margin: 0 auto;
}

.four-p-description p {
    letter-spacing: 1px;
    color: #0d9f50;
    font-size: 11pt;
    text-align: center !important;
    height: 100% !important;
}

.four-p-image img {
    width: 400px;
}

.main-image {
    width: 700px;
    display: block;
    margin: 0 auto;
}

.corner-div {
    width: 100%;
    padding: 25px;
    text-align: left;
    color: #fff;
    height: 270px;
    position: relative;
    z-index: 2;
    max-width: initial !important;
}

.planet {
    background: #60a559;
    padding-left: 35px;
}

.people {
    background: #61b65d;
}

.policy {
    background: #8cc48c;
}

.product {
    background: #a3c9a3;
}


.corner-div h3 {
    margin: 0;
    font-size: 20px;
    font-weight: bold;
    margin-bottom: 5px;
}

.corner-div h4 {
    margin: 0;
    font-size: 13px;
    font-weight: bold;
}

.corner-div ul {
    list-style: none;
    padding: 0;
    margin: 2px 0 0 0px;
    font-size: 0.8rem;
    text-align: left;
}

.corner-div ul li {
    margin-bottom: 0px;
    font-weight: 300;
    font-size: 13px;
}

.corner-div ul li:first-child {
    margin-bottom: 3px;
    font-weight: bold;
}

.doga-area {
    position: relative;
    height: auto !important;
    margin-bottom: 0 !important;
}

.doga-wrapper {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 500px;
    overflow: hidden;
    z-index: 0;
    pointer-events: none;
}

.doga-wrapper .doga-img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center;
}

/*-----Sürdürülebilirlik Stratejiler Son------*/
/*------Sorumluluklarımız------*/
.sustainability-cards {
    margin: 0 auto;
    box-sizing: border-box;
    color: #133227;
}

.cards-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    margin-bottom: 60px;
}

.carded {
    display: flex;
    flex-direction: column;
    overflow: hidden;
    min-height: 520px;
}

.card__media {
    flex: 0 0 555px;
    overflow: hidden;
    position: relative;
}

.card__media img {
    width: 100%;
    height: 100%;
    display: block;
    object-fit: cover;
    object-position: center top;
    transition: transform .5s ease;
}

.card__media img:hover {
    transform: scale(1.02);
}

.card__body {
    padding: 5px 10px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1 1 auto;
    padding-bottom: 20px;
}

.card__title {
    font-size: 16pt;
    color: #fff;
    padding: 10px 10px;
    font-weight: 700;
    margin-bottom: 0px;
}

.card__text {
    font-size: 12pt;
    color: #fff;
    padding: 0px 10px;
}

.card--blue .card__body {
    background: #435374;
}

.card--green .card__body {
    background: #405215;
}

.card--brown .card__body {
    background: #8f6a4a;
}

@media (max-width: 980px) {
    .cards-row {
        grid-template-columns: 1fr;
    }

    .carded {
        min-height: auto;
    }
}

/* --- Mission / Vision / Values area --- */
.our-mission-vision-values .misyon, .our-mission-vision-values .vizyon {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    background: #818d4a;
    padding: 10px 10px 10px 20px;
    width: 210px;
}

.our-mission-vision-values .degerler {
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 0px;
    color: #fff;
    background: #405215;
    padding: 10px 10px 10px 20px;
    width: 250px;
}

.misyon-line, .vizyon-line {
    border-bottom: 4px solid #818d4a;
    margin-bottom: 10px;
}

.deger-line {
    border-bottom: 4px solid #405215;
    margin-bottom: 10px;
}

.mv-text {
    color: #788c57;
    margin-bottom: 30px;
}

.dg-text {
    color: #385628;
}

.values-text {
    width: 80%;
}

/*-------------------Misyonumuz, Vizyonumuz, Değerlerimiz SON------------------------*/
/*--------------sustainability-report-2023-----------------------*/
.sustainability-report-2024, .sustainability-report-2023, .sustainability-report-2022 {
    width: 96%;
    height: auto;
    margin: 0 auto;
    position: relative;
}

.rapor-tooltip {
    position: absolute;
    width: 120px;
    z-index: 2;
}

.report-2022-and-2023 {
    width: 94%;
    margin: 0 auto;
    margin-bottom: 50px;
    margin-top: 50px;
}

.report-2024-right, .report-2023-right, .report-2022-right {
    position: relative;
    text-align: left;
}

.report-2024-right img.ilk-img, .report-2023-right img.ilk-img, .report-2022-right img.ilk-img {
    width: 100%;
}


.report-2023-right img.ilk-img {
    margin-left: -12%;
    margin-top: 4%;
}

.report-2022-right img.ilk-img {
    margin-left: -26%;
    margin-top: 4%;
}

.sustainability-report-2024 .rapor-tooltip {
    left: 47%;
    top: -10%;
}

.sustainability-report-2023 .rapor-tooltip {
    left: 25%;
    top: -10%;
}

.sustainability-report-2022 .rapor-tooltip {
    left: 8%;
    top: -10%;
}

.report-2024-right .report-link, .report-2023-right .report-link, .report-2022-right .report-link {
    text-decoration: none;
    display: inline-block;
    line-height: 30px;
    margin-left: 5px;
}

.report-download-link {
    position: absolute;
    right: 15%;
    bottom: -7%;
}

.report-2023-right .report-download-link {
    right: 32%;
    bottom: -10%;
}

.report-2022-right .report-download-link {
    right: 50%;
    bottom: -10%;
}

/*----------------sustainability-report-2023 SON---------------------*/
@media only screen and (max-width: 1300px) {
    .container {
        width:auto !important;
        max-width: auto !important;
    }

    .sustainability-container {
        max-width: 100%;
        width: 100%;
    }

    .our-mission-vision-values .mvv-top-img {
        width: 450px;
    }
}

@media only screen and (max-width: 990px) {
    .plus-banner-text {
        position:relative;
        width: 100%;
        color: #000;
        top: auto;
        right: auto;
        font-size: 25px;
    }

    .plus-banner {
        margin-bottom: 20px;
    }

    .sustainability-banner {
        height: 100%;
        width: 100%;
        overflow: visible;
        max-height: inherit;
    }

    .sustainability-banner img {
        width: 100%;
        top: -60px
    }

    .our-mission-vision-values .mvv-top-img {
        width: 100%;
    }

    .four-p-image img {
        width: 100%;
    }

    .values-right {
        margin-top: 30px;
    }

    .our-mission-vision-values p {
        width: 100%;
    }

    .corner-div {
        width: 100%;
        max-width: 300px;
    }

    .doga-wrapper {
        display: none;
    }

    .our-mission-vision-values .misyon, .our-mission-vision-values .vizyon, .our-mission-vision-values .degerler {
        margin-bottom: -1px;
    }

    .values-text {
        width: 100%;
    }

    .sustainability-report-2024 .rapor-tooltip {
        left: 36%;
        top: -20%;
    }

    .sustainability-report-2023 .rapor-tooltip {
        left: 20%;
        top: -20%;
    }

    .sustainability-report-2022 .rapor-tooltip {
        left: 0%;
        top: -20%;
    }

    .report-download-link {
        right: -3%;
        bottom: -10%;
    }

    .report-2023-right .report-download-link {
        right: 19%;
        bottom: -16%;
    }

    .report-2022-right .report-download-link {
        right: 36%;
        bottom: -16%;
    }
}

@media only screen and (max-width: 768px) {
    .sustainability-report-download .report-download > div {
        display:block !important;
    }

    .p-left {
        margin-left: 0px;
    }

    .first-description h3, .first-description h4 {
        font-size: 17px;
    }

    .sustainability-report-download .report-text {
        font-size: 15px;
    }

    .strategies {
        min-height: 400px;
    }

    .sustainability-strategies h5.title-one {
        font-size: 17px;
    }

    .sustainability-strategies p.title-two {
        font-size: 15px;
    }
}

@media only screen and (max-width: 767px) {
    .doga-area {
        margin-bottom:20px;
    }

    .report-2023-right img.ilk-img {
        margin-left: auto;
        margin-top: auto;
    }

    .report-2022-right img.ilk-img {
        margin-left: auto;
        margin-top: auto;
    }

    .sustainability-report-2024, .sustainability-report-2023, .sustainability-report-2022 {
        margin-bottom: 70px;
    }

    .report-download-link {
        right: 0%;
        bottom: 0%;
    }

    .report-2023-right .report-download-link {
        right: 0%;
        bottom: 0%;
    }

    .report-2022-right .report-download-link {
        right: 0%;
        bottom: 0%;
    }
}

.topic-content img {
    top: 0;
}
