@media only screen and (min-width: 910px) and (max-width: 1030px) {
  /* Laporan Finansial */
  .section-finansial .finansial {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  /* Dampak Positif - SDGS */
  .section-dampak .sdgs img {
    width: 15vw;
    height: auto;
  }

  .section-dampak .sdgs .card-selengkapnya {
    padding: 10px;
  }

  .section-dampak .sdgs .card-selengkapnya p {
    font-size: 13px;
  }

  .section-dampak .sdgs .card-selengkapnya img {
    width: 10px;
  }
}

@media only screen and (min-width: 800px) and (max-width: 1020px) {
  /* Cerita Pengerak */
  .section-story .story {
    display: grid;
    grid-template-columns: 300px 1fr;
    gap: 30px !important;
  }
}

@media only screen and (min-width: 480px) and (max-width: 910px) {
  .section-hero,
  .section-capaian,
  .section-finansial,
  .section-program,
  .section-dampak,
  .section-closer,
  .section-mitra,
  .section-about,
  .section-value,
  .section-story,
  .section-founder,
  .section-faq,
  .footer {
    padding: 45px;
  }

  .section-hero .description {
    display: flex;
    flex-direction: column;
    gap: 10px;
  }

  /* Capaian Kinerja */
  .section-capaian .chart {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto;
    row-gap: 50px;
  }

  .section-capaian .chart .chart-donasi .label {
    height: 20px;
  }

  /* Laporan Finansial */
  .section-finansial .finansial {
    display: flex;
    flex-direction: column;
    gap: 50px;
  }

  /* Ringkasan Program */
  .section-program .program {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  .section-program .program .detail:nth-child(2),
  .section-program .program .detail:nth-child(3),
  .section-program .program .detail:nth-child(5),
  .section-program .program .detail:nth-child(6) {
    border: unset;
  }

  .section-program .program .detail {
    padding: unset;
  }

  /* Dampak Positif - SDGS */
  .section-dampak .sdgs img {
    width: 15vw;
    height: auto;
  }

  .section-dampak .sdgs .card-selengkapnya {
    padding: 10px;
  }

  .section-dampak .sdgs .card-selengkapnya p {
    font-size: 10px;
  }

  .section-dampak .sdgs .card-selengkapnya img {
    width: 10px;
  }

  /* Closer To 2023 */
  .section-closer .closer-title {
    display: block !important;
  }

  .section-closer .closer {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
  }

  /* Kata Mitra Hijau */
  .section-testimoni .title {
    padding: 45px 45px 0px 45px;
  }

  /* Tentang Kami */
  .section-about .about {
    display: block;
  }

  .section-about .about .description {
    margin-bottom: 20px;
  }

  /* Nilai-nilai LindungiHutan */
  .section-value .value {
    display: block;
  }

  .section-value .value .card:not(:last-child) {
    margin-bottom: 12px;
  }

  /* Cerita Founder */
  .founder-story {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }

  /* Footer */
  .footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px !important;
  }
}

@media only screen and (min-width: 480px) {
  /* Button Unduh Laporan */
  #myBtnDownload {
    display: none !important;
  }
}

@media only screen and (max-width: 996px) {
  /* Dampak Positif - SDGS */
  .modal-dampak-content {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }
}

@media only screen and (max-width: 800px) {
  /* Cerita Penggerak */
  .story--mobile {
    display: block;
  }

  .section-story .story {
    display: none;
  }

  #videoYT--mobile,
  #videoYT--mobile iframe,
  #videoDefault--mobile {
    border-radius: unset;
    width: 100%;
  }

  .section-story .story--mobile #video1--mobile {
    border: 1px solid #018d58;
  }

  .section-story .story--mobile .title-yt {
    font-weight: 700;
    font-size: 16px;
    color: #121212;
    margin: 10px 0px 20px 0px;
  }

  .section-story .story--mobile .swiper3 .swiper-slide {
    border: none;
    border-radius: 13px;
  }

  .section-story .story--mobile .swiper3 .swiper-slide img {
    object-fit: contain;
    width: 100%;
    height: auto;
    border-radius: 13px;
  }

  .section-story .story--mobile .swiper3 .swiper-slide p {
    padding: 10px;
    margin-top: -5px;
    max-width: 100%;
    height: 50px;
    font-size: 11px;
    line-height: 1.6;

    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
}

@media only screen and (max-width: 685px) {
  /* Capaian Kinerja */
  .section-capaian .title .button-share {
    width: 380px;
  }

  /* 180+ Mitra Hijau */
  .section-mitra .card-partner .swiper-slide img {
    width: 85px;
    height: 85px;
  }
}

@media only screen and (max-width: 480px) {
  /* Unhide Mobile Element */
  .button-primary--mobile,
  .chart--mobile,
  .program--mobile,
  .finansial--mobile,
  .program--mobile,
  .section-capaian #mySelect,
  .card-selengkapnya--mobile,
  .closer--mobile,
  .about--mobile,
  .description--mobile {
    display: block;
  }

  .section-capaian .title,
  .section-finansial h2,
  .section-dampak h2,
  .section-closer .closer-title h2,
  .section-program .title,
  .section-testimoni .title,
  .section-mitra .title,
  .section-about h2,
  .section-value h2,
  .section-story h2,
  .section-founder h2,
  .section-faq h2 {
    margin-bottom: 20px;
  }

  h2 {
    font-size: 16px;
  }

  p {
    font-size: 12px;
  }

  nav,
  .swiper-button-prev-unique,
  .swiper-button-next-unique {
    display: none !important;
  }

  .space {
    display: block;
    height: 12px;
    width: 100%;
    background-color: #f3f3f3;
  }

  .button-primary--mobile {
    width: 100%;
    padding: 12px 24px;
    font-weight: 700;
    font-size: 16px;
    color: #ffffff;
    background: #018d58;
    border-radius: 6px;
  }

  /* Button Unduh Laporan */
  #myBtnDownload {
    display: none;
    position: fixed;
    bottom: 0px;
    width: 100%;
    background-color: #ffffff;
    padding: 16px;
    z-index: 99;
  }

  /* See More Button */
  .section-program .title .more--mobile,
  .section-mitra .title a,
  .section-dampak .card-selengkapnya--mobile .more,
  .section-closer .closer-title .more--mobile {
    display: block;
    font-weight: 700;
    font-size: 12px;
    color: #018d58;
    text-decoration: unset;
  }

  /* Font */
  .section-program .program--mobile .title,
  .program-modal--mobile .card .title,
  .section-dampak .dampak-detail .title,
  .section-closer .closer--mobile .title,
  .section-closer .closer-modal--mobile .title,
  .section-about .about--mobile .swiper4 .swiper-slide .title {
    font-weight: 700;
    font-size: 16px;
    color: #121212;
  }

  /* Modal */
  .modal .btn-close {
    font-size: 12px;
  }

  /* Hero */
  .section-hero {
    background-color: unset;
    padding: 20px 16px !important;
  }

  .section-hero .title {
    font-weight: 700;
    font-size: 24px;
    color: #121212;
    margin-bottom: 12px;
  }

  .section-hero .description {
    display: inline;
  }

  .section-hero .description .subtitle {
    display: none;
  }

  .section-hero .description #capaian {
    display: none;
  }

  /* Capaian Kinerja */
  .section-capaian {
    padding: 20px 16px !important;
  }

  .section-capaian h2 {
    margin-bottom: unset;
  }

  .section-capaian .title .button-share,
  .section-capaian .capaian-label,
  .section-capaian .chart {
    display: none !important;
  }

  .section-capaian .title select {
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 4px;
    padding: 5px;
    font-weight: 600;
  }

  .section-capaian .chart--mobile {
    display: grid;
    grid-template-columns: repeat(5, 1fr);
    gap: 12px;
    align-items: flex-end;
    margin-top: 50px;
  }

  .section-capaian .chart--mobile .chart-donasi {
    gap: 10px;
    width: 100%;
    align-items: flex-end;
  }

  .section-capaian .chart--mobile .tahun-2021,
  .section-capaian .chart--mobile .tahun-2022 {
    width: 100%;
    height: 200px;
    background-color: #d6ede4;
    border-radius: 3px;
  }

  .section-capaian .chart--mobile .tahun-2021:hover,
  .section-capaian .chart--mobile .tahun-2022:hover {
    background: #209b6c;
  }

  .section-capaian .chart--mobile .label {
    font-size: 10px;
    text-align: center;
  }

  .tooltip-custom {
    position: relative;
    display: inline-block;
  }

  .tooltip-custom .tooltiptext {
    display: none;
    width: 65px;
    background: unset;
    padding: unset;
    box-shadow: unset;
    font-weight: 700;
    font-size: 8px;
    color: #121212;
    border-radius: unset;
    color: #121212;
    text-align: center;

    /* Position the tooltip */
    position: absolute;
    z-index: 1;
    bottom: 104%;
    left: 50%;
    margin-left: -32px;
  }

  .tooltip-custom:hover .tooltiptext {
    display: unset;
  }

  /* Laporan Finansial */
  .section-finansial {
    padding: 20px 16px !important;
  }

  .section-finansial .finansial {
    display: none !important;
  }

  .section-finansial .finansial--mobile {
    display: flex;
    flex-direction: column;
    gap: 18px;
  }

  .section-finansial .finansial--mobile .pemasukan {
    border-radius: 13px;
    padding: 20px;
    background-color: #f5f9f8;
    background-image: url("./assets/icons/icon-pemasukan.svg");
    background-repeat: no-repeat;
    background-position: right;
  }

  .section-finansial .finansial--mobile .text {
    margin-bottom: 8px;
  }

  .section-finansial .finansial--mobile .nominal {
    font-weight: 700;
    font-size: 20px;
    color: #121212;
    margin-bottom: 12px;
  }

  .section-finansial .finansial--mobile .pemasukan .more,
  .section-finansial .finansial--mobile .pengeluaran .more {
    text-decoration: underline;
    display: flex;
    align-items: center;
    gap: 8px;
  }

  .section-finansial .finansial--mobile .pemasukan .more {
    font-weight: 700;
    color: #018d58;
  }

  .section-finansial #pemasukan .chart-container-doughnut,
  .section-finansial #pengeluaran .chart-container-doughnut {
    background-color: #f5faf8;
    margin: -16px;
    padding: 16px;
    margin-bottom: 10px;
  }

  .section-finansial .chart-container-doughnut .total {
    position: absolute;
    top: 223px;
    left: 50%;
    transform: translateX(-50%);
  }

  .section-finansial .chart-container-doughnut .total .text {
    font-weight: 400;
    font-size: 14px;
    text-align: center;
    margin-bottom: unset;
  }

  .section-finansial .chart-container-doughnut .total .nominal {
    font-weight: 700;
    font-size: 20px;
    color: #121212;
    margin-bottom: unset;
  }

  .section-finansial #pengeluaran .chart-container-doughnut {
    background-color: #fef7f7;
  }

  .section-finansial #pemasukan .modal-body h5,
  .section-finansial #pengeluaran .modal-body h5 {
    font-weight: 700;
    font-size: 16px;
    color: #121212;
    margin-bottom: 20px;
  }

  .section-finansial #pemasukan .dots,
  .section-finansial #pengeluaran .dots {
    width: 10px;
    height: 10px;
    border-radius: 100px;
  }

  .section-finansial #pemasukan .detail-nominal,
  .section-finansial #pengeluaran .detail-nominal {
    font-size: 14px;
    font-weight: 700;
    color: #121212;
  }

  .section-finansial #pemasukan .detail-title,
  .section-finansial #pengeluaran .detail-title {
    font-size: 14px;
  }

  .section-finansial #pemasukan .notes,
  .section-finansial #pengeluaran .notes {
    background: #f7f9fe;
    border-radius: 7px;
    padding: 10px;
  }

  .section-finansial #pemasukan .notes p,
  .section-finansial #pengeluaran .notes p {
    font-weight: 400;
    font-size: 10px;
    color: #4167ed;
  }

  .section-finansial .finansial--mobile .pengeluaran {
    background-color: #fef7f7;
    border-radius: 13px;
    padding: 20px;
    background-image: url("./assets/icons/icon-pengeluaran.svg");
    background-repeat: no-repeat;
    background-position: right;
  }

  .section-finansial .finansial--mobile .pengeluaran .more {
    font-weight: 700;
    font-size: 12px;
    color: #ed4141;
  }

  /* Ringkasan Program */
  .section-program {
    background-color: unset;
    padding: 20px 16px !important;
  }

  .section-program .program--mobile {
    display: unset;
  }

  .section-program .program--mobile .swiper3 .swiper-wrapper .swiper-slide {
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 13px;
  }

  .section-program .program--mobile .number {
    font-weight: 400;
    font-size: 24px;
    color: #121212;
  }

  .section-program .program--mobile .text {
    font-weight: 400;
  }

  .section-program .program--mobile a {
    font-weight: 700;
    font-size: 12px;
    color: #018d58;
    text-decoration: underline;

    display: flex;
    align-items: center;
    gap: 8px;
  }

  .section-program .program {
    display: none;
  }

  .program-modal--mobile {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 12px;
  }

  .program-modal--mobile .card {
    background: #ffffff;
    box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.2);
    border-radius: 13px;
    padding: 20px;
  }

  .program-modal--mobile .card .number {
    font-weight: 400;
    font-size: 24px;
    color: #121212;
  }

  .program-modal--mobile .card .title {
    margin-bottom: unset;
  }

  .program-modal--mobile .card:nth-child(7) {
    grid-area: 4 / span 2;
  }

  /* Dampak Positif - SDGS */
  .section-dampak {
    padding: 20px 16px !important;
  }

  .section-dampak .sdgs {
    gap: 10px;
  }

  .section-dampak .sdgs img {
    width: 70px;
    height: 70px;
  }

  .section-dampak .sdgs .sdgs-img:nth-child(5) {
    grid-area: 2 / 1 / 2 / span 2;
  }
  .section-dampak .sdgs .sdgs-img:nth-child(6) {
    grid-area: 2 / 2 / 2 / span 2;
  }
  .section-dampak .sdgs .sdgs-img:nth-child(7) {
    grid-area: 2 / 3 / 2 / span 3;
  }

  .section-dampak .sdgs .card-selengkapnya {
    display: none;
  }

  .section-dampak .card-selengkapnya--mobile {
    background: #f5f9f8;
    border-radius: 13px;
    padding: 20px;
    margin-top: 20px;
  }

  .section-dampak .card-selengkapnya--mobile .notes {
    font-weight: 400;
    font-size: 15px;
    color: #121212;
    margin-bottom: 10px;
  }

  .section-dampak .card-selengkapnya--mobile .more {
    display: flex;
    align-items: center;
    gap: 8px;
    text-decoration: underline;
  }

  /* modal dampak */
  .section-dampak .dampak-detail {
    margin-bottom: 18px;
  }

  .section-dampak .dampak-detail img {
    height: 80px;
  }

  /* Closer To 2023 */
  .section-closer {
    padding: 20px 16px !important;
  }

  .section-closer .closer--mobile .swiper3 .swiper-wrapper .swiper-slide {
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 13px;
  }

  .section-closer .closer--mobile .title,
  .section-closer .closer-modal--mobile .title {
    margin-bottom: 12px;
  }

  .section-closer .closer-title .description,
  .section-closer .closer {
    display: none;
  }

  .section-closer .closer-modal--mobile {
    display: flex;
    flex-direction: column;
    gap: 12px;
  }

  .section-closer .closer-modal--mobile .detail {
    padding: 18px;
    background: #ffffff;
    border: 1px solid #d9d9d9;
    border-radius: 13px;
  }

  /* Kata Mitra Hijau */
  .section-testimoni .title {
    padding: 20px 16px 0px 16px !important;
  }

  .section-testimoni .card-support .swiper1 {
    height: 320px;
    margin-top: unset;
    margin-bottom: 20px;
  }

  .section-testimoni .card-support .swiper1 .swiper-slide {
    height: 270px;
    margin-top: unset;
  }

  /* 180+ Mitra Hijau */
  .section-mitra {
    padding: 20px 16px !important;
  }

  .section-mitra .card-partner .swiper2 {
    height: 210px;
    margin-bottom: 0px;
  }

  .section-mitra .card-partner .swiper-slide {
    height: 90px;
  }

  .section-mitra .card-partner .swiper-slide img {
    width: 68px;
    height: 68px;
  }

  .button-gabung {
    display: none;
  }

  /* Tentang Kami */
  .section-about {
    background-color: unset;
    padding: 20px 16px !important;
  }

  .section-about .about {
    display: none;
  }

  .section-about .about--mobile hr {
    margin: 20px 0px;
  }

  .section-about .about--mobile .visi-misi .option {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    text-align: center;
    gap: 8px;
    margin-bottom: 20px;
  }

  .section-about .about--mobile .visi-misi .option p {
    padding: 10px;
    border: 1px solid #018d58;
    font-weight: 600;
    font-size: 10px;
    color: #018d58;
    border-radius: 100px;
  }

  .section-about .about--mobile .content {
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 13px;
  }

  .section-about .about--mobile #more-about {
    display: none;
    font-weight: 400;
    color: #616161;
  }

  .section-about .about--mobile button {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-decoration-line: underline;
    color: #018d58;
    background: none;
  }

  .section-about .about--mobile .visi-misi .content #content-about,
  .section-about .about--mobile .visi-misi .content p,
  .section-about .about--mobile .visi-misi .content ol li {
    font-weight: 400;
    font-size: 14px;
    color: #616161;
  }

  .section-about .about--mobile #visi {
    background-color: #018d58;
    color: #ffffff;
  }

  .section-about .about--mobile .swiper4 .swiper-slide {
    padding: 20px;
    border: 1px solid #d9d9d9;
    border-radius: 23px;
  }

  /* Nilai-nilai LindungiHutan */
  .section-value {
    display: none;
  }

  /* Cerita Penggerak */
  .section-story {
    padding: 20px 16px !important;
  }

  /* Cerita Founder */
  .section-founder {
    padding: 20px 16px !important;
  }

  .section-founder .founder-story .ceo {
    display: grid;
    grid-template-columns: 68px auto;
    grid-template-rows: auto auto;
    column-gap: 12px;

    align-items: center;
    margin-bottom: 12px;
  }

  .founder-story .ceo .title {
    margin-top: 7px;
  }
  .founder-story .ceo .subtitle {
    margin-bottom: 7px;
  }

  .section-founder .founder-story .ceo img {
    grid-area: 1 / 1 / span 2 / 1;
    margin-bottom: unset;

    border-radius: 100px;
    width: 68px;
    height: 68px;
    object-fit: cover;
  }

  .founder-story {
    display: inline;
  }

  .founder-story .description {
    display: none;
  }

  .founder-story .description--mobile,
  .founder-story #more {
    font-weight: 400;
    font-size: 16px;
    color: #616161;
  }

  .founder-story #more {
    display: none;
  }

  .founder-story button {
    font-weight: 700;
    font-size: 12px;
    line-height: 18px;
    letter-spacing: 0.3px;
    text-decoration-line: underline;
    color: #018d58;
    background: none;
  }

  /* Pertanyaan - FAQ */
  .section-faq {
    padding: 20px 16px !important;
  }

  /* accordion */
  .accordion__item {
    border: unset !important;
    border-radius: unset;
    border-bottom: 1px solid #dcdcdc !important;
  }
  .accordion__item__head {
    padding: 16px 0px !important;
  }
  .accordion__item__head h2 {
    font-size: 14px;
    margin-bottom: unset;
  }
  .accordion__item.open {
    border-radius: unset;
    border-bottom: 1px solid #dcdcdc !important;
    box-shadow: unset !important;
  }
  .accordion__item.open .accordion__item__body {
    padding: 0px 0px 16px 0px;
    height: auto;
  }
  .accordion__item__body p {
    font-size: 12px;
    color: #616161;
  }

  /* footer */
  .footer {
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px !important;
    padding: 20px 16px !important;
  }

  .footer-text {
    padding-bottom: 95px !important;
  }
}

@media only screen and (max-width: 355px) {
  /* Capaian Kinerja */
  .section-capaian .chart--mobile .chart-donasi p {
    font-size: 3vw;
  }

  /* Dampak Positif - SDGS */
  .section-dampak .sdgs .sdgs-img img {
    width: 15vw;
    height: auto;
  }

  /* Tentang Kami */
  .section-about .about--mobile .visi-misi .option p {
    height: 37px;
  }

  .section-about .about--mobile .visi-misi .option p:not(:last-child) {
    margin-bottom: 8px;
  }
}

@media only screen and (max-width: 340px) {
  /* Tentang Kami */
  .section-about .about--mobile .visi-misi .option p {
    font-size: 2.4vw;
    height: 33px;
  }
}
