.m-title-tabs {
    margin: 0px 300px;
}

.title-item {
    padding: 16px 0px;
    text-align: center;
    float: left;
}

.active-category {
    color: #fabe1b !important;
    border-bottom: 1px solid #fabe1b !important;
}

.active-category,
.active-category-hover:hover {
    color: #fabe1b !important;
    border-bottom: 1px solid #fabe1b !important;
}

.hover-category:hover {
    color: #e1a605 !important;
    border-bottom: 1px solid #e1a605;
    opacity: 0.8;
}

.inactive-category {
    color: #adb5bd;
    border-bottom: 1px solid #adb5bd;
}

.accordions {
    border-radius: 8px;
    overflow: hidden;
}

.accordion {
    width: 100%;
    color: white;
    overflow: hidden;
}

.acc-label {
    display: flex;
    justify-content: space-between;
    padding: 1em;
    cursor: pointer;
}

/* .acc-label::after {
    content: "";
    background-image: url('../images/icon_arrow_right_white.png');
    width: 1em;
    height: 1em;
    text-align: center;
    transition: all 0.5s ease;
  color:white;
} */

.acc-content {
    max-height: 0;
    padding: 0px 50px 0px 17px;
    /* padding: 0 1em; */
    transition: all 0.7s;
}

input {
    position: absolute;
    opacity: 0;
    z-index: -1;
}

/* input:checked+.acc-label::after { */
input:checked + .acc-label .arrow {
    transform: rotate(-90deg);
}

input:checked ~ .acc-content {
    max-height: 100vh;
    padding: 10px 50px 10px 17px;
}

.para-hide {
    display: none;
}

button {
    background: transparent;
    outline: none;
    border: none;
    transition: 0.3s ease;
    cursor: pointer;
}

button i {
    font-size: 1rem;
    transition: 0.3s ease;
}

.rotate {
    /* transform: rotate(180deg); */
    transform: rotate(-90deg);
}

.accordion {
    margin-bottom: 0.5rem;
    transition: 0.3s ease;
}

button.btn-toggle-show {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    transition: 0.3s ease;
}

/* button.btn-toggle-show:hover {
  background: #c3c3c3;
} */

/* button.btn-toggle-show span {
    color: #333333;
    font-size: 1rem;
    font-weight: 700;
} */

.p-1 {
    padding: 1rem;
}

.accordion:last-child {
    margin: 0;
}

.wrapper-contact {
    position: relative;
}

.wrapper-img-ilustration {
    /* position: absolute;
    bottom: -230px; */

    /* width: 600px; */
    float: right;
    margin-top: -100px;
    position: absolute;
}

.wrapper-img-ilustration img {
    /* float: right;
    width: 215px; */
    width: 215px;
    /* margin-right: -120px; */
    float: right;
}

.title-contact {
    text-align: center;
    padding: 0px 400px;
    line-height: 25px;
}

.btn-hubungi-kami {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    padding: 10px 16px;
    gap: 10px;
    z-index: 1;
    color: white;
    border-radius: 8px;
}

@media (max-width: 1024px) {
    .title-contact {
        padding: 0px 250px;
    }
}

@media (max-width: 560px) {
    .m-title-tabs {
        margin: 0px;
    }

    .title-contact {
        padding: 0px 30px;
    }
}
