#promo-lg {
    background-color: #E8F7FC;
    padding-top: 80px;
    padding-bottom: 80px;
}

.slider-promo {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

.card-body {
    flex: 1 1 auto;
    min-height: 1px;
    padding: 0px;
}

#promo-slider .swiper-container {
    position: relative;
    width: 100%;
    height: auto;
    overflow: hidden;
}

#promo-slider .swiper-container>.swiper-slide__content {
    position: absolute;
    top: 0;
}

#promo-slider .swiper-slide img {
    width: 100% !important;
    opacity: 1;
    height: 100%;
    object-fit: cover;
}

#promo-slider .swiper-slide {
    background-position: center;
    background-size: cover;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all 200ms linear;
    transform: scale(0.8) !important;
}

#promo-slider .swiper-slide__content {
    height: 337px;
}

#promo-slider .swiper-slide .overlay {
    position: absolute;
    top: 0;
    left: 0%;
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0;
    transition: opacity 0.3s ease-in-out;
    border-radius: 4%
}

#promo-slider .swiper-slide-active .black-overlay {
    opacity: 0;
}

#promo-slider .swiper-slide-active {
    transform: scale(1) !important;
    transition: all 200ms linear;
}

/* Navigation Buttons */
#promo-slider .swiper-button-next-revamp {
    position: absolute !important;
    right: 0.8% !important;
    bottom: 50% !important;
    z-index: 2 !important;
}
#promo-slider .swiper-button-prev-revamp {
    position: absolute;
    left: 0.3% !important;
    bottom: 50%;
    z-index: 2;
}
#promo-slider .swiper-button-next::after,
#promo-slider .swiper-button-prev::after {
    content: "";
}

#promo-slider {
    overflow-x: hidden !important;
    position: relative !important;
}

a:hover {
    color: #f07126;
}

.ui-bg-cover {
    background-size: cover !important;
    background-position: center;
    background-repeat: no-repeat;
}

/* Inisiatif Section */
.inisiatif {
    padding: 80px 0;
    overflow: hidden;
}

.header-inisiatif {
    text-align: center;
    margin-bottom: 60px;
}

.header-inisiatif h2 {
    font-size: 32px;
    font-weight: 700;
    line-height: 40px;
    color: #03213E;
}

/* Swiper Container */
#inisiatif-first,
#inisiatif-second {
    margin-bottom: 24px;
    overflow: visible !important;
    width: 100%;
}

#inisiatif-second {
    margin-bottom: 0;
}

#inisiatif-first .swiper-wrapper,
#inisiatif-second .swiper-wrapper {
    display: flex !important;
    align-items: center;
}

#inisiatif-first .swiper-slide,
#inisiatif-second .swiper-slide {
    width: auto !important;
    flex-shrink: 0;
}

.inisiatif-card {
    background: #EBF8F6;
    border: 1px solid #60617029;
    border-radius: 24px;
    padding: 16px 32px;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    height: auto;
    min-height: 56px;
    transition: all 0.3s ease;
    white-space: nowrap;
    position: relative;
    overflow: hidden;
}

.inisiatif-card:hover {
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
    transform: translateY(-4px);
}

.inisiatif-card.law:hover {
    background: #F8F9FA;
    cursor: pointer;
}

.inisiatif-card.law:hover::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 240%;
    height: 100px;
    background: linear-gradient(180deg, #F8F9FA 40%, #F5E0E3 100%);
    filter: blur(20px);
    z-index: 0;
}

.inisiatif-card.social:hover {
    background: #F8F9FA;
    cursor: pointer;
}

.inisiatif-card.social:hover::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 240%;
    height: 100px;
    background: linear-gradient(180deg, #F8F9FA 40%, #F8EEDF 100%);
    filter: blur(20px);
    z-index: 0;
}

.inisiatif-card.environment:hover {
    background: #F8F9FA;
    cursor: pointer;
}

.inisiatif-card.environment:hover::before {
    content: '';
    position: absolute;
    bottom: -20px;
    left: 50%;
    transform: translateX(-50%);
    width: 240%;
    height: 100px;
    background: linear-gradient(180deg, #F8F9FA 40%, #E3F2F1 100%);
    filter: blur(20px);
    z-index: 0;
}

.inisiatif-tag {
    font-size: 16px;
    font-weight: 600;
    line-height: 24px;
    color: #03213E;
    white-space: nowrap;
    position: relative;
    z-index: 1;
}

.inisiatif-category {
    font-size: 14px;
    font-weight: 500;
    line-height: 16px;
    color: #66788A;
    white-space: nowrap;
    position: relative;
    z-index: 1;
    opacity: 0;
    max-height: 0;
    overflow: hidden;
    transition: all 0.3s ease;
    margin-top: 0;
}

.inisiatif-card:hover .inisiatif-category {
    opacity: 1;
    max-height: 20px;
    margin-top: 4px;
}

#inisiatif-first .swiper-wrapper,
#inisiatif-second .swiper-wrapper {
    transition-timing-function: linear !important;
}

#inisiatif-first,
#inisiatif-second {
    overflow: visible !important;
}

/* TIMELINE */


.award-section {
    padding-top: 64px;
    padding-bottom: 64px;
    background-color: #F8F9FA;
    overflow: visible !important;
}

.award-section .container {
    overflow: visible !important;
}

.award-section .position-relative {
    overflow: visible !important;
}

.award-section .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #F07126 !important;
    width: 20px !important;
    height: 10px !important;
    border-radius: 5px !important;
}

.award-section .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-award {
    text-align: center;
    margin-top: 40px;
}

/* SUSTAIN PAGINATION BAR */
.sustain-section .swiper-pagination-bullet.swiper-pagination-bullet-active,
.swiper-pagination.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
    background: #F07126 !important;
    width: 20px !important;
    height: 10px !important;
    border-radius: 5px !important;
}

.sustain-section .swiper-pagination-bullet {
    width: 10px !important;
    height: 10px !important;
}

.swiper-pagination-sustain {
    text-align: center;
    margin-top: 40px;
}

/* History */
.history {
    position: relative;
    padding: 120px 0;
    background-image: url("/img/csr/bg-milestone.png");
    background-size: cover;
    background-position: center;
}

.history-title {
    font-size: 40px;
    font-weight: 700;
    color: #03213e;
    text-align: center;
}

.swiper-history-container {
    position: relative;
    overflow: visible;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
}

#history-slider .swiper-wrapper {
    display: flex;
    align-items: flex-end;
}

.card-history {
    background: #fff;
    display: flex;
    align-items: center;
    border-radius: 16px;
    box-shadow: 0 2px 4px rgba(96, 97, 112, 0.16);
    padding: 24px 32px;
    position: relative;
    transition: all 0.3s ease;
    top: 55px;
    max-height: 600px;
}

.card-history.active:hover, .card-history:hover {
    transform: translateY(-10px);
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.25);
}

.card-history.active {
    padding: 32px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
}

.arrow-history {
    position: absolute;
    bottom: -20px;
    left: 20px;
}

.arrow-history img {
    filter: drop-shadow(1px 2px 0px rgba(96, 97, 112, 0.16));
    transition: filter 0.3s ease;
}

.card-history.active .arrow-history img {
    filter: drop-shadow(0 6px 12px rgba(0, 0, 0, 0));
}

.card-text {
    font-size: 18px;
    color: #66788a;
    line-height: 26px;
}

.card-history.active .card-text {
    font-weight: 700;
    font-size: 20px;
    color: #03213e;
}

.arrow-line {
    position: absolute;
    bottom: -60px;
    left: 32px;
    width: 2px;
    height: 60px;
    background-color: #cdd3d8;
}

.timeline-line {
    position: absolute;
    bottom: 133px;
    left: 32px;
    right: 0;
    height: 2px;
    margin-left: 420px;
    background-color: #cdd3d8;
    z-index: 0;
}

.timeline-line.next {
    margin-left: 0;
    left: 0;
}

.timeline-year {
    position: relative;
    text-align: left;
    margin-left: 32px;
    margin-top: 50px;
    z-index: 10;
}

.timeline-year .dot {
    width: 12px;
    height: 12px;
    position: relative;
    margin-bottom: 14px;
    transition: all 0.3s ease;
}

.timeline-year.active .dot {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -ms-transform: scale(1.1);
    -o-transform: scale(1.1);
}

.timeline-year .year {
    font-weight: 700;
    font-size: 16px;
    color: #66788a;
    transition: color 0.3s ease;
    position: absolute;
    left: -12px;
}

.timeline-year.active .year {
    color: #03213e;
}

.swiper-history-button-next-revamp,
.swiper-history-button-prev-revamp {
    position: absolute;
    top: 50%;
    z-index: 10;
    width: 40px;
    height: 40px;
    background-color: #03213e;
    color: #ffffff;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

.swiper-history-button-next-revamp {
    right: -40px;
}
.swiper-history-button-prev-revamp {
    left: -50px;
}

.swiper-history-button-prev-revamp.disabled-prev {
    background-color: #cdd3d8 !important;
    cursor: default;
    pointer-events: none;
}

.description {
    display: flex;
    flex-direction: column;
    gap: 18px;
    align-items: start;
}

.description .badge {
    padding: 6px 12px;
    font-weight: 700;
    font-size: 18px;
}

.badge-sosial {
    background-color: #E8F7FC;
    color: #1BB0DF;
}

.badge-lingkungan {
    background-color: #EBF8F6;
    color: #38BAA7;
}

.badge-ekonomi {
    background-color: #FFFAE6;
    color: #F49300;
}

.badge-hukum {
    background-color: #F0EBFF;
    color: #9A338C;
}

.description .content-description {
    display: flex;
    flex-direction: row;
    gap: 12px;
    align-items: center;
}

.separator {
    background-color: #cdd3d8;
    width: 1px;
    height: 100px;
}

.separator1 {
    height: 100px;
}

#history-slider .swiper-slide {
    display: flex;
    flex-direction: column;
    gap: 40px;
    min-width: 33% !important;
}

#history-slider .swiper-slide.custom-width {
    min-width: fit-content !important;
}

.dekstop-btn .btn-outline-primary,
.dekstop-btn .btn-primary {
    font-size: 16px;
    font-weight: 700;
}

.mobile-btn .btn-outline-primary,
.mobile-btn .btn-primary {
    font-size: 16px;
    font-weight: 700;
}

.dekstop-btn .btn-outline-primary,
.dekstop-btn .btn-primary {
    padding: 12px 24px;
}

.mobile-btn .btn-outline-primary {
    padding: 12px 39px;
}

.mobile-btn .btn-primary {
    padding: 12px 69px;
}

@media screen and (max-width: 480px) {
    .history-title {
        font-size: 28px;
        line-height: 32px;
    }

    #history-slider .swiper-slide {
        min-height: auto;
        min-width: 100% !important;
        align-items: flex-start;
    }

    .history {
        height: fit-content;
    }

    .card-history {
        max-height: none;
        min-height: auto;
        width: 100%;
    }

    .card-text {
        font-size: 14px;
        line-height: 22px;
    }

    .timeline-line {
        bottom: auto;
        left: 0;
        height: 2px;
        margin-left: 50px;
    }

    .timeline-year {
        margin-left: 30px;
        margin-top: 60px;
        position: relative;
    }

    .timeline-year .year {
        top: 12px;
    }

    .timeline-year .dot {
        position: absolute;
        top: -10px;
    }

    .swiper-award .swiper-slide {
        width: 280px;
    }

    .header-description {
        margin-bottom: 20px;
    }
}

@media screen and (max-width: 768px) {
    .csr-hero h2 {
        font-size: 28px;
        color: #03213E;
    }

    .csr-hero p {
        font-size: 18px;
        color: #66788A;
        margin-top: 16px;
        margin-bottom: 40px;
    }

    .bg-csr-mobile {
        background: linear-gradient(0deg, #DDF7EB 0%, #EEFFFA 100%);
        background-size: cover;
    }

    .container-banner-promo {
        padding: 0px;
        margin-bottom: -10px;
    }

    .border-radius {
        border-top-left-radius: 10px;
        border-top-right-radius: 10px;
    }

    #promo-slider .swiper-slide {
        display: flex;
        align-items: center;
        justify-content: start;
        transition: all 200ms linear;
    }

    .swiper-button-next-revamp,
    .swiper-button-prev-revamp {
        position: initial;
        display: none !important;
    }

    #promo-slider .swiper-pagination {
        bottom: initial;
        margin-top: 8px !important;
    }

    #promo-slider .swiper-pagination-bullet {
        width: 18px;
        height: 18px;
    }

    #promo-slider .swiper-pagination-bullet-active {
        width: 30px;
        height: 15px;
        border-radius: 10px;
    }

    #promo-slider .swiper-slide img {
        width: 100% !important;
        opacity: 1;
        object-fit: cover;
    }

    #promo-slider .swiper-pagination .swiper-pagination-bullet {
        display: inline-block !important;
        margin-top: -25px;
    }

    .shadding-right {
        box-shadow: 1px 3px 4px -2px rgba(136, 136, 136, 0.5)
    }

    .shadding-left {
        box-shadow: -1px 3px 4px -2px rgba(136, 136, 136, 0.5)
    }

    .container-info-promo {
        padding: 40px 24px;
        border-bottom-left-radius: 10px;
        background: #FFFFFF;
        border-bottom-right-radius: 10px;
    }

    .test {
        display: block;
    }

    .card-title a {
        color: #03213E !important;
        font-size: 18px;
        font-weight: 700;
    }

    .card-description {
        color: #66788A;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        margin-top: 8px;
        margin-bottom: 12px;
    }

    .card-body a.read-more {
        font-size: 14px;
        font-weight: 700;
        color: #F07126;
    }

    .pillar {
        text-align: center;
        padding-top: 64px;
        padding-bottom: 64px;
    }

    .pillar .header-text {
        padding-bottom: 30px;
        text-align: center;
        margin: auto;
    }

    .pillar .header-text img {
        width: 48px;
        height: 48px;
        margin-bottom: 16px;
    }

    .pillar .header-text h2 {
        font-size: 24px;
        font-weight: 700;
        line-height: 32px;
        color: #03213E;
    }

    /* Accordion Item */
    .pillar-accordion-item {
        background: linear-gradient(180deg, #EBF8F6 0%, #FFFFFF 50%) !important;
        border: 2px solid #EBEDF0;
        border-radius: 12px !important;
        overflow: hidden;
    }
    .pillar-accordion-item:last-child {
        margin-bottom: 0 !important;
    }

    /* Card Header */
    .pillar-card-header {
        border: none;
        padding: 16px
    }
    .pillar-card-header a {
        color: #03213E;
        gap: 12px;
    }
    .pillar-card-header a:not(.collapsed) {
        color: #03213E;
    }
    .pillar-card-header a:not(.collapsed) ~ .card-body {
        background: linear-gradient(180deg, #EBF8F6 0%, #FFFFFF 50%);
    }

    /* Icon Mobile */
    .pillar-icon-mobile {
        width: 48px;
        height: 48px;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-shrink: 0;
    }

    .pillar-icon-mobile img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }

    /* Title Mobile */
    .pillar-title-mobile {
        font-size: 18px;
        font-weight: 700;
        line-height: 26px;
    }

    .pillar-accordion-body {
        padding: 0 16px 16px 16px;
        text-align: left;
    }

    .pillar-description-mobile {
        font-size: 16px;
        line-height: 24px;
        color: #66788A;
        margin-bottom: 16px;
    }

    /* Link Mobile */
    .pillar-link-mobile {
        font-size: 16px;
        font-weight: 700;
        line-height: 24px;
        color: #FF7A3D;
        text-decoration: none;
        display: inline-block;
    }

    .inisiatif {
        padding: 64px 0;
    }

    .header-inisiatif {
        margin-bottom: 40px;
    }

    .header-inisiatif h2 {
        font-size: 24px;
        line-height: 32px;
    }

    #inisiatif-first,
    #inisiatif-second {
        margin-bottom: 12px;
    }

    .inisiatif-card {
        padding: 12px 24px;
        min-height: 48px;
    }

    .inisiatif-tag {
        font-size: 14px;
        line-height: 20px;
    }

    /* TABlET MOBIle */
    .header-awards h1 {
        font-size: 24px;
        line-height: 40px;
        font-weight: 700;
        color: #03213E;
    }

    .header-awards a {
        text-decoration: none;
        color: #F07126;
        font-weight: 700;
        font-size: 18px;
    }

    .card-award {
        background: #FFFFFF;
        border: 1px solid #EBEDF0;
        border-radius: 12px;
        padding: 24px;
        display: flex;
        overflow: hidden;
        height: auto;
        min-height: 120px;
        transition: all 0.3s ease;
        flex-direction: column;
        text-decoration: none;
        color: inherit;
    }

    .card-award .img-award-wrapper {
        border-radius: 8px;
        min-height: 180px;
        overflow: hidden;
        margin-bottom: 24px;
    }

    .card-award img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .award-content h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        color: #03213E !important;
    }

    .award-content p {
        font-size: 16px;
        color: #66788A;
        margin-top: 12px;
        line-height: 24px;
    }

    .description .content-description {
        display: flex;
        flex-direction: column;
        gap: 12px;
        align-items: start
    }

    .separator {
        background-color: #cdd3d8;
        width: 100%;
        height: 1px;
    }

    .separator1 {
        display: none;
    }

    .swiper-award .swiper-slide {
        width: 320px;
    }

    #history-slider .swiper-slide {
        min-height: auto;
        min-width: 100% !important;
        align-items: flex-start;
    }

    .card-history {
        max-height: none;
        min-height: auto;
        width: 100%;
    }

    .timeline-line {
        bottom: auto;
        margin-left: 50px;
    }

    .timeline-year {
        margin-left: 30px;
        margin-top: 60px;
        position: relative;
    }

    .timeline-year .year {
        top: 12px;
    }

    .timeline-year .dot {
        position: absolute;
        top: -10px;
    }
}

/* LAPTOP */
@media (min-width: 1024px) {
    .csr-hero h2 {
        font-size: 40px;
        color: #03213E;
    }

    .csr-hero p {
        font-size: 18px;
        color: #66788A;
        margin-top: 16px;
        margin-bottom: 40px;
    }

    #promo-slider .swiper-pagination {
        margin-top: 10px;
    }

    .shadding-right {
        box-shadow: 1px 3px 4px -2px rgba(136, 136, 136, 0.5)
    }

    .shadding-left {
        box-shadow: -1px 3px 4px -2px rgba(136, 136, 136, 0.5)
    }

    .container-info-promo {
        padding: 24px 40px;
        border-bottom-right-radius: 10px;
        background: #FFFFFF;
        margin-left: -10px;
        border-top-right-radius: 10px;
    }

    .container-banner-promo {
        margin-right: -10px;
        display: flex;
        flex-direction: column;
    }

    .container-banner-promo .border-radius {
        flex: 1;
        min-height: 100%;
    }

    .border-radius {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .test {
        display: flex;
        align-items: stretch;
    }

    .card-title a {
        color: #03213E !important;
        font-size: 24px;
        font-weight: 700;
    }

    .card-description {
        color: #66788A;
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        margin-top: 16px;
        margin-bottom: 40px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 3;
        line-clamp: 3;
        overflow: hidden;
    }

    .card-body a.read-more {
        font-size: 16px;
        font-weight: 700;
        color: #F07126;
    }

    .pillar {
        text-align: center;
        padding-top: 80px;
        padding-bottom: 80px;
    }

    .pillar .header-text {
        padding-bottom: 60px;
        text-align: center;
        max-width: 600px;
        margin: auto;
    }

    .pillar .header-text img {
        width: 64px;
        height: 64px;
        margin-bottom: 24px;
    }

    .pillar .header-text h2 {
        font-size: 32px;
        font-weight: 700;
        line-height: 40px;
        color: #03213E;
    }

    .pillar-card {
        background: linear-gradient(180deg, #EBF8F6 0%, #FFFFFF 20%);
        border-radius: 16px;
        border: solid 2px #EBEDF0;
        padding: 28px 24px;
        height: 100%;
        display: flex;
        flex-direction: row;
        align-items: center;
        gap: 20px;
        transition: all 0.3s ease;
    }

    .pillar-card:hover {
        box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.12);
        transform: translateY(-4px);
    }

    .pillar-icon {
        width: 80px;
        height: 80px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .pillar-icon img {
        width: 100%;
        height: 100%;
        object-fit: contain;
    }
    .pillar-content {
        flex: 1;
        display: flex;
        flex-direction: column;
        text-align: left;
    }

    .pillar-title {
        font-size: 20px;
        font-weight: 700;
        line-height: 28px;
        color: #03213E;
    }

    .pillar-description {
        font-size: 16px;
        line-height: 24px;
        color: #66788A;
        margin-bottom: 12px;
        flex: 1;
    }

    .pillar-link {
        font-size: 14px;
        font-weight: 700;
        line-height: 20px;
        color: #FF7A3D;
        text-decoration: none;
        display: inline-block;
        transition: color 0.3s ease;
    }

    .pillar-link:hover {
        color: #f07126;
        text-decoration: none;
    }

    .pillar-grid {
        row-gap: 24px;
    }

    .timeline-line {
        margin-left: 70px;
    }

    .s-awards {
        background-color: #EDF6FB;
        padding-top: 85px;
        padding-bottom: 85px;
    }

    .header-awards h1 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
        color: #03213E;
    }

    .header-awards a {
        text-decoration: none;
        color: #F07126;
        font-weight: 700;
        font-size: 18px;
    }

    .s-awards .header-description {
        font-size: 20px;
        line-height: 26px;
        color: #66788A;
        margin-top: 24px;
    }

    /*  */
    /* SUSTAIN */
    .sustain-section {
        padding-top: 85px;
        padding-bottom: 85px;
    }

    /* AWARD */
    .award-section {
        padding-top: 85px;
        padding-bottom: 85px;
        background-color: #F8F9FA;
        overflow: hidden;
    }

    .award-section .container {
        overflow: visible !important;
    }

    .swiper-award {
        overflow: visible !important;
    }

    .swiper-award .swiper-wrapper {
        overflow: visible !important;
    }

    .header-awards {
        margin-bottom: 15px;
    }

    .header-award h1 {
        font-size: 32px;
        line-height: 40px;
        font-weight: 700;
    }

    .header-award a {
        text-decoration: none;
        color: #F07126;
    }

    .card-award {
        background: #FFFFFF;
        border: 1px solid #EBEDF0;
        border-radius: 12px;
        padding: 24px;
        display: flex;
        overflow: hidden;
        height: auto;
        min-height: 120px;
        transition: all 0.3s ease;
        flex-direction: column;
    }

    .swiper-award .swiper-slide {
        width: 280px;
    }

    .card-award .img-award-wrapper {
        border-radius: 8px;
        min-height: 180px;
        overflow: hidden;
        margin-bottom: 24px;
    }

    .card-award img {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }

    .award-content h3 {
        font-weight: 700;
        font-size: 24px;
        line-height: 32px;
        display: -webkit-box;
        -webkit-box-orient: vertical;
        -webkit-line-clamp: 2;
        line-clamp: 2;
        overflow: hidden;
        color: #03213E;
    }

    .award-content p {
        font-size: 16px;
        color: #66788A;
        margin-top: 12px;
        line-height: 24px;
    }

    .swiper-award .swiper-button-next {
        position: absolute !important;
    }

    .swiper-award .swiper-button-prev {
        position: absolute !important;
        left: 0rem !important;
    }

    .swiper-button-next-award,
    .swiper-button-prev-award {
        color: #FFFFFF !important;
        width: 40px !important;
        height: 40px !important;
        background: #03213E;
        border-radius: 50%;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .swiper-button-next-award::after,
    .swiper-button-prev-award::after {
        font-size: 14px !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .swiper-sustain .swiper-button-next {
        right: -3rem !important;
    }

    .swiper-sustain .swiper-button-prev {
        left: -3rem !important;
    }

    .swiper-award .swiper-button-next {
        right: -3rem !important;
    }

    .swiper-award .swiper-button-prev {
        left: -3rem !important;
    }
}

/* DESKTOP */
@media (min-width: 1440px) {
    .swiper-award .swiper-slide {
        width: 320px;
    }

    .timeline-line {
        margin-left: 190px;
    }

    .swiper-button-next-award,
    .swiper-button-prev-award {
        color: #FFFFFF !important;
        width: 40px !important;
        height: 40px !important;
        background: #03213E;
        border-radius: 50%;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
    }

    .swiper-button-next-award::after,
    .swiper-button-prev-award::after {
        font-size: 14px !important;
    }

    .swiper-sustain .swiper-button-next {
        right: -3rem !important;
    }

    .swiper-sustain .swiper-button-prev {
        left: -3rem !important;
    }

    .swiper-award .swiper-button-next {
        right: -3rem !important;
    }

    .swiper-award .swiper-button-prev {
        left: -3rem !important;
    }

    .swiper-button-prev-cluster {
        left: -3rem !important;
    }

    .swiper-button-next-cluster {
        right: -3rem !important;
    }
}

/* LARGE DESKTOP */
@media (min-width: 2560px) {
    .swiper-award .swiper-button-next {
        position: absolute !important;
        right: 39rem !important;
    }

    .swiper-award .swiper-button-prev {
        left: -5rem !important;
    }
}

/* AWARDS */
/*
* ===================================================================
* STYLES FOR CLUSTER UNGGULAN SLIDER (s-awards)
* ===================================================================
*/
.s-awards {
    background-color: #EDF6FB;
    padding-top: 85px;
    padding-bottom: 85px;
    overflow: visible !important;
}

.s-awards .container {
    overflow: visible !important;
}

.s-awards .position-relative {
    overflow: visible !important;
}

.s-awards .header-awards h1 {
    font-size: 32px;
    line-height: 40px;
    font-weight: 700;
    color: #03213E;
    margin-bottom: 0;
}
.s-awards .header-awards a, .mobile-allcluster {
    text-decoration: none;
    color: #F07126;
    font-weight: 700;
    font-size: 18px;
}
.s-awards .header-description {
    font-size: 20px;
    line-height: 26px;
    color: #66788A;
    margin-top: 24px;
    max-width: 960px;
    margin-bottom: 40px;
}

#c-awards.swiper-container {
    overflow: visible !important;
}

#c-awards .swiper-wrapper {
    overflow: visible !important;
}

.card-award-cluster {
    background: #FFFFFF;
    border-radius: 16px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.img-award-wrapper {
    width: 100%;
    aspect-ratio: 16 / 10;
    overflow: hidden;
}

.img-award-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.card-award-cluster:hover img {
    transform: scale(1.05);
}

.award-content-cluster {
    padding: 24px;
    text-align: left;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
}

.award-content-cluster h3 {
    font-size: 20px;
    font-weight: 700;
    color: #03213E;
    line-height: 1.4;
    margin: 0;
}

#c-awards .swiper-slide {
    transition: transform 0.4s ease, opacity 0.4s ease;
    z-index: 1;
    height: auto;
    width: 280px;
}

#c-awards .swiper-slide-next,
#c-awards .swiper-slide-prev {
    opacity: 1;
    z-index: 2;
}

#c-awards .swiper-slide-active {
    opacity: 1;
    z-index: 3;
}

.swiper-button-prev-cluster,
.swiper-button-next-cluster {
    background-color: #FFFFFF;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    color: #03213E;
    transition: background-color 0.3s ease, color 0.3s ease;
}

.swiper-button-prev-cluster:hover,
.swiper-button-next-cluster:hover {
    background-color: #03213E;
    color: #FFFFFF;
}

.swiper-button-prev-cluster::after,
.swiper-button-next-cluster::after {
    font-size: 18px;
    font-weight: bold;
}

.swiper-pagination-cluster {
    position: relative;
    bottom: auto;
    margin-top: 40px;
}
.swiper-pagination-cluster .swiper-pagination-bullet {
    background: #C4C4C4;
    opacity: 1;
    width: 10px;
    height: 10px;
    transition: all 0.3s ease;
}
.swiper-pagination-cluster .swiper-pagination-bullet-active {
    background: #F07126;
    width: 20px;
    border-radius: 5px;
}

@media (min-width: 1441px) {
    .swiper-button-prev-cluster {
        left: -3rem !important;
    }

    .swiper-button-next-cluster {
        right: -3rem !important;
    }

    .swiper-award .swiper-button-next {
        right: -3rem !important;
    }

    .swiper-award .swiper-button-prev {
        left: -3rem !important;
    }

    .timeline-line {
        margin-left: 420px;
    }
}


@media (min-width: 1024) {
    .swiper-button-prev-cluster {
        left: 1rem !important;
    }

    .swiper-button-next-cluster {
        right: 1rem !important;
    }

    .swiper-button-prev-cluster {
        left: 1rem !important;
    }

    .swiper-button-next-cluster {
        right: 1rem !important;
    }
}

@media (max-width: 1023px) {
    #c-awards .swiper-slide {
        width: 320px;
    }

    @media (max-width: 767px) {
        #c-awards .swiper-slide {
            width: 280px;
        }

        #c-awards .swiper-slide,
        #c-awards .swiper-slide-next,
        #c-awards .swiper-slide-prev,
        #c-awards .swiper-slide-active {
            transform: scale(1);
            opacity: 1;
        }

        .s-awards .header-awards h1 { font-size: 24px; line-height: 32px; }
        .s-awards .header-description { font-size: 16px; line-height: 24px; }
        .award-content-cluster h3 { font-size: 16px; }
    }
}

@media (min-width: 1440px) {
    #c-awards .swiper-slide {
        width: 320px;
    }
}