/* SLIDER BERANDA BARU */
.slider-home {
    margin-top: 150px;
    margin-bottom: 100px;
}

.slider-home .slider-items {
    height: 500px !important;
    align-items: center !important;
    justify-content: center !important;
    border-radius: 20px !important;
    border: 1px solid #e5e7e9 !important;
    position: relative;
}

.slider-home .slider-items img {
    width: 100%;
}

.slider-home .slider-items .slider-text {
    position: absolute;
    top: 50%;
    width: 50%;
    left: 50px;
    color: white;
    z-index: 10;
}

.slider-home .slider-items .slider-shadow {
    width: 100%;
    height: 100% !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    overflow: hidden !important;
    border: 1px solid #e5e7e9 !important;
    background: linear-gradient(
        0deg,
        rgba(0, 0, 0, 0.5) 0%,
        rgba(0, 0, 0, 0) 50%
    );
    position: absolute;
    z-index: 1;
}

.hero-bg-wrapper {
    background-image: url("../images/bghome.svg");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-bottom-left-radius: 100px;
    border-bottom-right-radius: 100px;
    overflow: hidden;
}

.hero-bg-wrapper .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
}
.hero-text {
    font-size: 20px;
    text-align: justify;
}

.hero-text h2 {
    font-size: 35px;
    line-height: 1.3;
}

.hero-text p {
    font-size: 20px;
    line-height: 1.5;
}

/* Judul utama */
.berkembang-title h2 {
    font-size: 3rem;
}

.berkembang-title h5 {
    font-size: 2.2rem;
}

.card-berkembang {
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: start;
    padding: 2rem;
}

.card-berkembang .card-img {
    width: 100%;
    height: 80%;
    object-fit: contain;
}

.card-berkembang p {
    font-size: 1.8rem;
    padding-top: 20px;
}

.kenapa-container {
    padding-left: 7rem;
    padding-right: 7rem;
}

.kenapa-subtitle {
    font-size: 2.25rem;
}

.kenapa-title {
    font-size: 3.6rem;
}

.tanda-tanya {
    top: -14px;
    right: -85px;
}

.tanda-tanya span {
    font-size: 9.5rem;
    line-height: 1;
}

.kenapa-img {
    max-width: 70%;
}

.kenapa-text {
    font-size: 25px;
    line-height: 1.6;
    text-align: justify;
}

/* --- Container utama --- */
.recommendation {
    margin-top: 10px;
    padding: 5rem 0;
}

.recommendation-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 7rem;
    padding-right: 7rem;
}

/* --- Header --- */
.recommendation-header {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.75rem;
    margin-bottom: 2rem;
}

.header-icon {
    position: relative;
    width: 32px;
    height: 32px;
}

.header-icon .dot {
    position: absolute;
    width: 24px;
    height: 24px;
    border-radius: 50%;
    top: 4px;
}

.header-icon .blue {
    background-color: #4477ce;
    left: 0;
}

.header-icon .orange {
    background-color: #ff9602;
    left: 12px;
}

.recommendation-title {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

/* --- Slider container --- */
.slider-geser {
    display: flex;
    gap: 1.5rem;
    padding: 1rem;
}

/* --- Slide item --- */
.slide {
    flex: 1 1 100%;
    display: flex;
    justify-content: center;
}

/* --- Card --- */
.recommendation-card {
    background: #fff;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    padding: 1rem;
    border-radius: 10px;
    gap: 5px;
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 90%;
    min-height: 280px; /* atur sesuai desain */
}


.recommendation-img {
    max-height: 200px;
    width: 80%;
    border-radius: 15px;
    object-fit: cover;
}

.recommendation-card-title {
    margin-top: 0.5rem;
    font-size: 21px;
    font-weight: 600;
    text-align: center;
}

/* --- Info --- */
.recommendation-info {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-size: 1.1rem;
    color: #666;
    margin-top: 0.1rem;
    padding: 0 0.5rem;
    flex-wrap: wrap;
}

.info-left {
    margin-left: 5px;
}

.info-right {
    margin-right: 5px;
}

/* --- Buttons --- */
.recommendation-buttons {
    display: flex;
    justify-content: flex-end;
    gap: 1.5rem;
    margin-top: auto;
    align-items: center;
    flex-wrap: nowrap;
}

.btn-warning,
.btn-primary {
    font-size: 16px;
    font-weight: bold;
    width: 100%;
    height: 40px;
    text-align: center;
    line-height: 40px;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    padding: 2px 20px;
}

.btn-warning {
    background-color: #ffc107;
}

.btn-primary {
    background-color: #0d6efd;
}

.disabled {
    pointer-events: none;
}

/* --- Section Utama --- */
.event-section {
    padding: 5rem 0;
}

.event-container {
    width: 100%;
    margin: 0 auto;
    padding-left: 7rem;
    padding-right: 7rem;
}

/* --- Wrapper Flex --- */
.event-wrapper {
    background: linear-gradient(to right, #4477ce, #223c68);
    border-radius: 20px;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    height: 480px;
    position: relative;
}

/* --- Bagian Teks Kiri --- */
.event-text {
    color: white;
    flex: 1;
    padding: 3rem;
}

.event-text h1 {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.3;
}

.btn-next {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background: #ffc107;
    color: #fffafa;
    font-weight: 500;
    font-size: 1rem;
    padding: 0.5rem 1rem;
    border-radius: 6px;
    margin-top: 1rem;
    text-decoration: none;
}

/* --- Bagian Gambar Kanan --- */
.event-image-container {
    flex: 1 1 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 1.5rem;
}

.event-image-wrapper {
    position: relative;
    height: 430px;
    width: 100%;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
    z-index: 2;
}

.event-image {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.event-caption {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 2rem;
}

.event-caption h6 {
    font-size: 23px;
    font-weight: 600;
    margin-bottom: 0.25rem;
}

.event-caption p {
    font-size: 16px;
    color: #000000;
    margin: 0;
    text-align: justify;
}

/* --- Strip Kuning di Kanan --- */
.yellow-strip {
    position: absolute;
    top: 0;
    right: 0;
    width: 80px;
    height: 100%;
    background: #ffc107;
    border-radius: 0 20px 20px 0;
}
.white-strip {
    position: absolute;
    top: 0;
    right: 79px;
    width: 30px;
    height: 100%;
    background: #fcfcfc;
}

.testimoni-title {
    font-size: 36px;
}

.testimoni-subtitle {
    font-size: 1.5rem;
}

.recommendation .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
}

.event .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
}

.testimoni .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
}

.event .container-fluid {
    padding-left: 5rem;
    padding-right: 5rem;
}

.slider-testimoni .slider-items{
    /* width: 100% !important; */
}

.slider-testimoni .slick-slide {
    transition: transform 0.3s ease, opacity 0.3s ease;
    opacity: 0.5;
    transform: scale(0.9);
}

.slider-testimoni .slick-center {
    opacity: 1;
    transform: scale(1);
}

.slick-prev {
    margin-left: -10px;
    display: none;
}

.slick-prev:before,
.slick-next:before {
    color: #1d4ed8;
    font-size: 30px;
}

.slick-slide {
    height: auto !important;
}

/* --- Container --- */
.partner-container {
    padding-left: 7rem;
    padding-right: 7rem;
    text-align: center;
}

/* --- Header --- */
.partner-header {
    margin-bottom: 3rem;
}

.partner-title-group {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.5rem;
    position: relative;
}

.partner-title-icon {
    position: relative;
    width: 32px;
    height: 32px;
}

.partner-title-icon .circle-blue {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #4477ce;
    border-radius: 50%;
    left: 0;
    top: 4px;
}

.partner-title-icon .circle-orange {
    position: absolute;
    width: 24px;
    height: 24px;
    background-color: #ff9602;
    border-radius: 50%;
    left: 12px;
    top: 4px;
}

.partner-title {
    font-size: 36px;
    font-weight: bold;
    margin: 0;
}

.partner-subtitle {
    font-size: 1.2rem;
    color: #6c757d;
    margin: 0;
}

/* --- Logo Grid --- */
.partner-logos {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 3rem;
    margin-top: 50px;
    justify-items: center;
    margin-bottom: 5rem;
}

.partner-logo-card {
    background-color: transparent;
    padding: 1rem;
    display: flex;
    justify-content: center;
    align-items: center;
}

.partner-logo-img {
    max-height: 200px;
    object-fit: contain;
    width: 100%;
}

.slider-testimoni .card-body {
    background-color: #d9e3ff;
    padding: 1.25rem;
    border: 1px solid #e0e0e0;
    border-radius: 12px;
    height: auto;
    text-align: justify;
}

.text-ellipsis-3{
    display: -webkit-box;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 10px; */
    /* padding: 0px 20px; */
}

.text-ellipsis-2{
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
    /* margin-bottom: 10px; */
    /* padding: 0px 20px; */
}

@media (min-width: 1920px) {
    .recommendation-info {
        justify-content: space-between;
        gap: 1rem;
        width: 52%;
    }
}

@media (max-width: 1024px) {
    /* SLIDER BERANDA BARU */
    .slider-home {
        margin-top: 150px;
        margin-bottom: 100px;
    }

    .slider-home .slider-items {
        height: 500px !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 20px !important;
        border: 1px solid #e5e7e9 !important;
        position: relative;
    }

    .slider-home .slider-items img {
        width: 100%;
        height: 100%;
    }

    .slider-home .slider-items .slider-text {
        position: absolute;
        top: 40%;
        width: 50%;
        left: 50px;
        color: white;
        z-index: 10;
    }

    .slider-home .slider-items .slider-shadow {
        width: 100%;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        border: 1px solid #e5e7e9 !important;
        background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 50%
        );
        position: absolute;
        z-index: 1;
    }
    .hero-text {
        font-size: 20px;
        width: 60%;
    }

    .hero-text h2 {
        font-size: 26px;
        line-height: 1.3;
        width: 100%;
    }

    .hero-text p {
        font-size: 18px;
        line-height: 1.5;
    }

    /* Judul utama */
    .berkembang-title h2 {
        font-size: 2.5rem;
    }

    .berkembang-title h5 {
        font-size: 1.8rem;
    }

    .card-berkembang {
        width: 100%;
        height: 100%;
        border-radius: 1.5rem;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding: 2rem 1rem;
        padding-top: 2rem;
    }

    .card-berkembang .card-img {
        width: 90%;
        height: auto;
        object-fit: contain;
    }

    .card-berkembang p {
        font-size: 1.2rem;
        padding-top: 20px;
    }
    .kenapa-subtitle {
        font-size: 30px;
    }
    .kenapa-title {
        font-size: 48px;
    }
    .kenapa-text {
        font-size: 18px;
        line-height: 1.6;
        text-align: justify;
    }
    .tanda-tanya {
        top: -30px;
        right: -85px;
    }
    .recommendation-container {
        max-width: 1440px;
        margin: 0 auto;
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .recommendation-info {
        display: flex;
        justify-content: center;
        width: 100%;
        font-size: 15px;
        color: #666;
        margin-top: 0.1rem;
        padding: 0 0.5rem;
        flex-wrap: nowrap;
        gap: 5px;
    }
    .recommendation-card-title {
        margin-top: 1rem;
        font-size: 18px;
        font-weight: 600;
        text-align: center;
    }
    .recommendation-buttons {
        display: flex;
        justify-content: flex-end;
        gap: 1em;
        margin-top: auto;
        align-items: center;
        flex-wrap: nowrap;
    }

    .btn-warning,
    .btn-primary {
        font-size: 0.8rem;
        font-weight: bold;
        width: auto;
        height: 40px;
        text-align: center;
        line-height: 40px;
        border-radius: 5px;
        text-decoration: none;
        color: #fff;
    }

    .event-container {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .event-text {
        padding: 1rem;
    }
    .event-text h1 {
        font-size: 28px;
    }
    .btn-next {
        font-size: 0.8rem;
    }
    .event-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .event-caption {
        width: 100%;
    }

    .testimoni {
        padding-left: 4rem;
        padding-right: 4rem;
    }
    .testimoni-title {
        font-size: 2rem;
    }

    .testimoni-subtitle {
        font-size: 1.2rem;
    }
    .text-muted {
        font-size: 13px;
    }
    .testimoni .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .testimoni-text {
        font-size: 0.9rem;
        text-align: justify;
        line-height: 1.2;
        margin-bottom: 20px;
    }

    .partner-container {
        padding-left: 3rem;
        padding-right: 3rem;
        text-align: center;
    }
    .partner-logos {
        grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    }
}

@media (max-width: 768px) {
    /* SLIDER BERANDA BARU */
    .slider-home {
        margin-top: 150px;
        margin-bottom: 100px;
    }

    .slider-home .slider-items {
        height: 400px !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 20px !important;
        border: 1px solid #e5e7e9 !important;
        position: relative;
    }

    .slider-home .slider-items img {
        width: 100%;
    }

    .slider-home .slider-items .slider-text {
        position: absolute;
        top: 30%;
        width: 50%;
        left: 30px;
        color: white;
        z-index: 10;
    }

    .slider-home .slider-items .slider-shadow {
        width: 100%;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        border: 1px solid #e5e7e9 !important;
        background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 50%
        );
        position: absolute;
        z-index: 1;
    }

    .hero-bg-wrapper .container-fluid {
        padding-left: -10rem;
        padding-right: -10rem;
    }

    .hero-bg-wrapper {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
    .hero-text {
        font-size: 15px;
        width: 60%;
    }

    .hero-text h2 {
        font-size: 20px;
        line-height: 1.3;
        width: 100%;
    }

    .hero-text p {
        font-size: 15px;
        line-height: 1.5;
    }

    /* Judul utama */
    .berkembang-title h2 {
        font-size: 1.5rem;
    }

    .berkembang-title h5 {
        font-size: 1rem;
    }

    .card-berkembang {
        width: 100%;
        height: 100%;
        border-radius: 0.7rem;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding: 2rem 1rem;
        padding-top: 2rem;
    }

    .card-berkembang .card-img {
        width: 100%;
        height: auto;
        object-fit: contain;
    }

    .card-berkembang p {
        font-size: 0.9rem;
        padding-top: 20px;
    }
    .kenapa-container {
        padding-left: 7rem;
        padding-right: 7rem;
    }

    .kenapa-subtitle {
        font-size: 1.25rem;
    }

    .kenapa-title {
        font-size: 2rem;
    }

    .tanda-tanya {
        top: -14px;
        right: -85px;
    }

    .tanda-tanya span {
        font-size: 6.5rem;
        line-height: 1;
    }

    .kenapa-img {
        max-width: 80%;
    }

    .kenapa-text {
        font-size: 1rem;
    }
    .recommendation-card {
        padding: 0.4rem;
    }
    .recommendation-card-title {
        margin-top: 0.5rem;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center;
    }
    .recommendation-info {
        font-size: 0.7rem;
        gap: 0.4rem;
    }
    .btn-warning {
        font-size: 0.65rem;
        font-weight: 500;
        width: 45px;
        height: 20px;
        line-height: 10px;
        padding: 5px;
    }
    .btn-primary {
        font-size: 0.65rem;
        font-weight: 500;
        width: 35px;
        height: 20px;
        line-height: 10px;
        padding: 5px;
    }

    .event-section {
        padding: 2rem 0;
    }
    .event-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .event-text {
        padding: 1rem;
    }
    .event-text h1 {
        font-size: 1.5rem;
    }
    .event-wrapper {
        height: auto;
    }
    .btn-next {
        font-size: 0.7rem;
        margin: 0 auto;
    }
    .event-image-container {
        flex: 1 1 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 1.5rem;
        height: 80%;
    }
    .event-image-wrapper {
        position: relative;
        height: 90%;
        width: 100%;
        border-radius: 20px;
        overflow: hidden;
        box-shadow: 0 4px 12px rgba(0, 0, 0, 0.2);
        z-index: 2;
    }
    .event-image {
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .event-caption {
        width: 100%;
        padding: 1rem;
    }
    .event-caption p {
        font-size: 13px;
        color: #000000;
        margin: 0;
        text-align: justify;
    }

    .slider-testimoni .card-body {
        padding: 1rem 0.5rem !important;
        height: auto;
    }
    .testimoni {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .testimoni .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .testimoni-title {
        font-size: 36px;
        font-weight: bold !important;
    }
    .testimoni-subtitle {
        font-size: 1.2rem;
    }
    .testimoni-nama {
        font-size: 1rem;
        font-weight: 600;
    }
    .testimoni-status {
        font-size: 0.6rem;
    }

    .partner-container {
        padding-left: 3rem;
        padding-right: 3rem;
        text-align: center;
    }
    .partner-logos {
        grid-template-columns: repeat(auto-fit, minmax(100px, 1fr));
    }
}

@media (max-width: 430px) {
    /* SLIDER BERANDA BARU */
    .slider-home {
        margin-top: 120px;
        margin-bottom: 100px;
    }

    body .slider-home .slider-items {
        height: 250px !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 20px !important;
        border: 1px solid #e5e7e9 !important;
        position: relative;
    }

    .slider-home .slider-items img {
        width: 100%;
        height: 100%;
    }

    .slider-home .slider-items .slider-text {
        position: absolute;
        top: 10%;
        width: 50%;
        left: 20px;
        color: white;
        z-index: 10;
    }

    .slider-home .slider-items .slider-shadow {
        width: 100%;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        border: 1px solid #e5e7e9 !important;
        background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 50%
        );
        position: absolute;
        z-index: 1;
    }
    .hero-bg-wrapper .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .hero-bg-wrapper {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
    .hero-text {
        font-size: 11px;
        width: 70%;
    }

    .hero-text h2 {
        font-size: 14.8px;
        line-height: 1.1;
        width: 100%;
    }

    .hero-text p {
        font-size: 10px;
        line-height: 1.3;
    }
    /* Judul utama */
    .berkembang-title h2 {
        font-size: 1.2rem;
    }

    .berkembang-title h5 {
        font-size: 1rem;
    }

    .card-berkembang {
        width: 100%;
        height: 100%;
        border-radius: 0.7rem;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding: 0.5rem 0.2rem;
        padding-top: 2rem;
    }

    .card-berkembang .card-img {
        width: 50%;
        height: auto;
        object-fit: contain;
    }

    .card-berkembang p {
        font-size: 0.7rem;
        padding-top: 20px;
    }

    .kenapa-subtitle {
        font-size: 1.25rem;
    }

    .kenapa-title {
        font-size: 2rem;
    }

    .tanda-tanya {
        top: -14px;
        right: -85px;
    }

    .tanda-tanya span {
        font-size: 6.5rem;
        line-height: 1;
    }

    .kenapa-img {
        max-width: 60%;
    }

    .kenapa-text {
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: -0.3rem;
    }

    .slider-geser {
        display: flex;
        gap: 20px;
        padding: 1rem;
    }
    .recommendation-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .recommendation {
        margin-top: 10px;
        padding: 2rem 0;
    }
    .recommendation-title {
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0;
    }
    .recommendation-card {
        padding: 0.4rem;
        width: 100%;
    }
    .recommendation-card-title {
        margin-top: 0.5rem;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center;
    }
    .recommendation-info {
        font-size: 0.65rem;
    }
    .btn-warning {
        font-size: 0.65rem;
        font-weight: 500;
        width: auto;
        height: 20px;
        line-height: 10px;
        padding: 5px;
    }
    .btn-primary {
        font-size: 0.65rem;
        font-weight: 500;
        width: auto;
        height: 20px;
        line-height: 10px;
        padding: 5px;
    }

    .event-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .event-wrapper {
        background: linear-gradient(to right, #4477ce, #223c68);
        display: flex;
        flex-direction: column;
        height: auto;
        position: relative;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .event-text h1 {
        font-size: 1rem;
    }
    .btn-next {
        font-size: 0.6rem;
        padding: 0.2rem;
    }
    .event-image-container {
        flex: 1 1 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.5rem;
        height: 80%;
        margin-bottom: 10px;
    }
    .event-caption h6 {
        font-size: 15px;
        color: #ffffff;
    }

    .event-caption p {
        font-size: 12px;
        color: #ffffff;
    }
    .yellow-strip {
        width: 40px;
    }
    .white-strip {
        right: 39px;
    }
    .recommendation .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .slider-testimoni .card-body {
        padding: 1rem 0.5rem !important;
        height: 200px !important;
    }
    .testimoni {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .testimoni .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .testimoni-title {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .testimoni-subtitle {
        font-size: 1rem;
    }
    .testimoni-nama {
        font-size: 1rem;
        font-weight: 600;
    }
    .testimoni-status {
        font-size: 0.8rem;
    }
    .testimoni-text {
        font-size: 0.8rem;
        text-align: justify;
        line-height: 1.2;
    }
    .partner-title {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0;
    }
    .partner-subtitle {
        font-size: 1rem;
        color: #6c757d;
        margin: 0;
    }
    .partner-container {
        padding-left: 2rem;
        padding-right: 2rem;
        text-align: center;
    }
    .partner-logos {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 1rem;
    }
}

@media (max-width: 425px) {
    /* SLIDER BERANDA BARU */
    .slider-home {
        margin-top: 120px;
        margin-bottom: 100px;
    }

    .slider-home .slider-items {
        height: 150px !important;
        align-items: center !important;
        justify-content: center !important;
        border-radius: 20px !important;
        border: 1px solid #e5e7e9 !important;
        position: relative;
    }

    .slider-home .slider-items img {
        width: 100%;
        height: 100%;
    }

    .slider-home .slider-items .slider-text {
        position: absolute;
        top: 10%;
        width: 50%;
        left: 20px;
        color: white;
        z-index: 10;
    }

    .slider-home .slider-items .slider-shadow {
        width: 100%;
        height: 100% !important;
        display: flex !important;
        align-items: center !important;
        justify-content: center !important;
        overflow: hidden !important;
        border: 1px solid #e5e7e9 !important;
        background: linear-gradient(
            0deg,
            rgba(0, 0, 0, 0.5) 0%,
            rgba(0, 0, 0, 0) 50%
        );
        position: absolute;
        z-index: 1;
    }
    .hero-bg-wrapper .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .hero-bg-wrapper {
        border-bottom-left-radius: 24px;
        border-bottom-right-radius: 24px;
    }
    .hero-text {
        font-size: 11px;
        width: 70%;
    }

    .hero-text h2 {
        font-size: 14.8px;
        line-height: 1.1;
        width: 100%;
    }

    .hero-text p {
        font-size: 10px;
        line-height: 1.3;
    }
    /* Judul utama */
    .berkembang-title h2 {
        font-size: 1.2rem;
    }

    .berkembang-title h5 {
        font-size: 1rem;
    }

    .card-berkembang {
        width: 100%;
        height: 100%;
        border-radius: 0.7rem;
        box-shadow: 0 4px 10px rgba(0, 0, 0, 0.2);
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: start;
        padding: 0.5rem 0.2rem;
        padding-top: 2rem;
    }

    .card-berkembang .card-img {
        width: 50%;
        height: auto;
        object-fit: contain;
    }

    .card-berkembang p {
        font-size: 0.7rem;
        padding-top: 20px;
    }

    .kenapa-subtitle {
        font-size: 1.25rem;
    }

    .kenapa-title {
        font-size: 2rem;
    }

    .tanda-tanya {
        top: -14px;
        right: -85px;
    }

    .tanda-tanya span {
        font-size: 6.5rem;
        line-height: 1;
    }

    .kenapa-img {
        max-width: 60%;
    }

    .kenapa-text {
        font-size: 12px;
        margin-top: 20px;
        margin-bottom: -0.3rem;
    }

    .slider-geser {
        display: flex;
        gap: 20px;
        padding: 1rem;
    }
    .recommendation-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .recommendation {
        margin-top: 10px;
        padding: 2rem 0;
    }
    .recommendation-title {
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0;
    }
    .recommendation-card {
        padding: 0.4rem;
        width: 70%;
    }
    .recommendation-card-title {
        margin-top: 0.5rem;
        font-size: 0.8rem;
        font-weight: 600;
        text-align: center;
    }
    .recommendation-info {
        font-size: 0.65rem;
    }
    .btn-warning {
        font-size: 0.65rem;
        font-weight: 500;
        width: auto;
        height: 20px;
        line-height: 10px;
        padding: 5px;
    }
    .btn-primary {
        font-size: 0.65rem;
        font-weight: 500;
        width: auto;
        height: 20px;
        line-height: 10px;
        padding: 5px;
    }

    .event-container {
        padding-left: 2rem;
        padding-right: 2rem;
    }
    .event-wrapper {
        background: linear-gradient(to right, #4477ce, #223c68);
        display: flex;
        flex-direction: column;
        height: auto;
        position: relative;
        flex-wrap: nowrap;
        align-items: flex-start;
    }
    .event-text h1 {
        font-size: 1rem;
    }
    .btn-next {
        font-size: 0.6rem;
        padding: 0.2rem;
    }
    .event-image-container {
        flex: 1 1 40%;
        display: flex;
        justify-content: center;
        align-items: center;
        padding: 0.5rem;
        height: 80%;
        margin-bottom: 10px;
    }
    .event-caption h6 {
        font-size: 15px;
        color: #ffffff;
    }

    .event-caption p {
        font-size: 12px;
        color: #ffffff;
    }
    .yellow-strip {
        width: 40px;
    }
    .white-strip {
        right: 39px;
    }
    .recommendation .container-fluid {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .slider-testimoni .card-body {
        padding: 1rem 0.5rem !important;
        height: 200px !important;
    }
    .testimoni {
        padding-left: 2rem;
        padding-right: 2rem;
    }

    .testimoni .container-fluid {
        padding-left: 1rem;
        padding-right: 1rem;
    }
    .testimoni-title {
        font-size: 1.5rem;
        font-weight: bold;
    }
    .testimoni-subtitle {
        font-size: 1rem;
    }
    .testimoni-nama {
        font-size: 1rem;
        font-weight: 600;
    }
    .testimoni-status {
        font-size: 0.8rem;
    }
    .testimoni-text {
        font-size: 0.8rem;
        text-align: justify;
        line-height: 1.2;
    }
    .partner-title {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 0;
    }
    .partner-subtitle {
        font-size: 1rem;
        color: #6c757d;
        margin: 0;
    }
    .partner-container {
        padding-left: 2rem;
        padding-right: 2rem;
        text-align: center;
    }
    .partner-logos {
        grid-template-columns: repeat(auto-fit, minmax(80px, 1fr));
        gap: 1rem;
    }
}
