.section2 {
    margin-top: 4rem;
}

/* TRANSPORT */
.badge-confirmation {
    background-color: var(--color-background-confirmation);
    color: var(--color-text-confirmation);
}

.bg-light-gray {
    background-color: #f6f6f6 !important;
}

/* TESTIMONIAL */
.testimonial {
    /* background: var(--color-background); */
    padding: 61px;
    margin-top: var(--spacing-small);
    color: var(--color-text);
}

.arrow-left {
    margin-left: -23px;
}

.arrow-left,
.arrow-right {
    cursor: pointer;
}

.bg-driver {
    margin-top: -300px;
    z-index: -9999;
    position: relative;
}

.see-all-more {
    height: 46px;
}

.sec2_card {
    padding: 25px;
    display: flex;
    flex-direction: column;
    gap: 1em;
    border: none;
    border-radius: var(--border-radius-small);
    background-color: white;
}

.sec2_card h1 p {
    margin: 0;
    padding: 0;
}

.sec2-card-transport .rating {
    font-size: 12px;
}

/* Gallery */
.gallery {
    background: #e5f3fe;
    padding: 50px 20px;
    border-radius: var(--border-radius-medium);
    margin: 43px auto;
}

.btn-galery {
    background-color: white;
    border: none;
    border-radius: var(--border-radius-medium);
    padding: 5px 20px;
}

/* VIDEO GALERRY */
.videogallery {
    background: var(--color-background);
    border-radius: var(--border-radius-medium);
    color: black;
    padding: 40px;
}

.btn-secondary {
    background-color: var(--color-button-secondary);
    border: none;
    border-radius: 20px;
}

/* TRANSPORT */
.transport {
    background-color: var(--color-background-seondary);
    border-radius: var(--border-radius-medium);
    color: black;
    position: relative;
    padding: 40px;
    margin: 43px 0;
}

.section-divider {
    display: flex;
    width: 100%;
    height: 5px;
    margin-bottom: 20px;
    align-items: center;
    justify-content: center;
}

.section-divider .divider-line1 {
    height: 100%;
    width: 200px;
    background-color: #d9d9d9;
}
.section-divider .divider-line2 {
    height: 100%;
    width: 200px;
    background-color: #d9d9d9;
}

.section-divider .divider-line.active {
    width: 100px;
    height: 100%;
    background-color: var(--tc-orange);
}

.sec2-card-transport {
    overflow: hidden;
    border-radius: var(--border-radius-medium);
    background-color: white;
}

.sec2-card-transport p {
    color: gray;
    font-size: 14px;
}

.price-line {
    width: 100%;
    height: 10px;
    background-color: var(--tc-orange);
}

.price-tag-transport {
    background-color: var(--tc-orange);
    width: fit-content;
    padding: 10px 12px;
    color: white;
    font-weight: 700;
    border-top-left-radius: 20px;
}

/* Responsive */

@media screen and (max-width: 425px) {
    .testimonial {
        padding: 20px;
        z-index: 0;
    }

    .bg-driver {
        display: none;
    }

    .transport {
        padding: 40px 10px;
    }
}

/* testimonial */
.testimonal-header {
    background: linear-gradient(to right, var(--tc-orange), #f6f6f6);
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
}

.btn-rating {
    width: 250px;
    height: 46px;
    top: 3151px;
    left: 1071px;
    border-radius: 10px;
    background: var(--tc-orange);
}

.btn-rating:hover {
    /* Mengubah warna latar belakang menjadi sedikit lebih gelap saat di-hover */
    background: #ff8000;
    /* Memberikan efek sedikit "menekan" saat di-hover */
    transform: translateY(-1px);
}

.btn-rating:active {
    /* Efek saat tombol benar-benar ditekan */
    transform: translateY(1px);
}

/* end testimonial */
