:root {
    --main-color: #ABB58D;
    --secondary-color: #676127;
    --tertiary-color: #7C7542;
    --quartary-color: #8F8863;
    --quinary-color: #CED0D1;
    --senary-color: #ced0d1;
}

h2 {
    color: var(--secondary-color);
}

p {
    color: var(--secondary-color);
}

ul, ol {
    color: var(--secondary-color);
}

.text-main-color {
    color: var(--main-color);
}

.bg-main-color {
    background-color: var(--main-color);
}

.text-secondary-color {
    color: var(--secondary-color);
}

.main-btn,
.second-btn {
    padding: 2px 40px;
    border-radius: 20px;
    background-color: var(--secondary-color);
    font-weight: 600;
    color: var(--theme-color-light);
    display: inline-block;
    font-size: 16px;
    font-family: var(--title-font2);
    position: relative;
    border: 0;
    z-index: 9;
}

.btn-mobile {
  background-color: white;
  border-radius: 0;
  font-weight: 600;
  color: var(--main-color);
  display: inline-block;
  padding: 20px 60px;
  font-size: 16px;
  font-family: var(--title-font2);
  position: relative;
  border: 0;
  z-index: 9;
  margin-top: 10px;
}

.btn-mobile:hover {
    color: var(--secondary-color);
}

.sticky-contact {
    color: white;
    font-weight: 600;
}

.sticky-contact:hover {
    color: var(--secondary-color);
}

.second-btn {
    padding: 5px 30px;
    background-color: var(--secondary-color);
    border-radius: 0;
    box-shadow: rgba(0,0,0,.5) 2px 2px 10px;
}

.main-btn:hover,
.second-btn:hover {
    background-color: var(--tertiary-color);
    color: #fff;
}

.step-box {
    background-color: #ABB58D;
    border-radius: 8px;
    color: white;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: 130px;
    width: 200px;
    position: relative;
    padding: 10px;
}

.step-box p {
    margin: 0;
    font-weight: bold;
}

.icon {
    position: absolute;
    top: -25px;
    left: -25px;
    width: 60px;
    height: 60px;
    margin-bottom: 10px;
}

.step-box:first-child::before {
    background-image: none!important;
}

.step-box::before {
    content: '';
    background-image: url('../images/icons/chevron-right.png');
    background-size: contain;
    background-repeat: no-repeat;
    width: 24px;
    height: 24px;
    position: absolute;
    left: -2.3rem;
    top: 50%;
    transform: translateY(-50%);
    
}

.step-box:last-child::after {
    display: none;
}

.layanan-card {
    width: 100%;
    max-width: 400px;
}

.layanan-card .layanan-img {
    width: 100%;
    height: 400px;
    border: #ebeced 15px solid;
    position: relative;
}

.layanan-card .layanan-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.layanan-card .layanan-img.tidak-tersedia::after  {
    content: "Layanan belum tersedia untuk saat ini";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    font-size: 30px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: white;
    padding: 20%;
    text-align: center;
}

.slick-disabled {
    display: none!important;
}

.slick-arrow {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    border: var(--secondary-color) 2px solid;
}

.slick-next:before {
    content: "\f054";
    font-family: "Font Awesome 6 Pro";
    color: var(--secondary-color);
    font-weight: bold;
}

.slick-next {
    right: 10px;
    z-index: 99;
}

.slick-prev:before {
    content: "\f053";
    color: var(--secondary-color);
    font-family: "Font Awesome 6 Pro";
    font-weight: bold;
}

.slick-prev {
    left: 10px;
    z-index: 99;
}

.profile {
    background-color: #CED0D1;
}

.card-employes {
    width: 100%;
    max-width: 300px;
    min-height: 200px;
}

.employes-img {
    width: 100%;
    position: relative;
}

.employes-img img {
    margin: auto;
    max-width: 60%;
    height: 278px;
    bottom: 0;
    position: relative;
    z-index: 2;
}

.employes-img::after {
    content: "";
    position: absolute;
    width: 100%;
    bottom: 0;
    left: 0;
    height: 180px;
    background-color: var(--main-color);
    z-index: 1;
}

.employes-img.tidak-tersedia::before {
    content: "";
    background-image: url('../images/tidak-tersedia.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 250px;
    height: 138px;
    z-index: 3;
    left: 50%;
    top: 44%;
    translate: -50%;
}

.container-price {
    width: 80%;
    margin: auto;
}

.table-price {
    width: 100%;
    min-width: 600px;
    border-collapse: separate;
    border-spacing: 15px 0px;
}

.table-price thead {
    text-align: center;
    
}

.table-price thead th {
    background-color: white;
    width: 33.33333333333333%;
}

.table-price tbody td {
    width: 33.33333333333333%;
}

.table-price thead th span{
    width: 100%;
    display: flex;
    margin-top: 20px;
    margin-bottom: 20px;
    justify-content: center;
    align-items: center;
    padding: 3px;
    color: white;
}

.table-price thead th:nth-child(1) span {
    background-color: var(--secondary-color);
}

.table-price thead th:nth-child(2) span {
    background-color: var(--tertiary-color);
}

.table-price thead th:nth-child(3) span {
    background-color: var(--quartary-color);
}

.table-price tbody {
    text-align: center;
}

.table-price thead th {
    margin-bottom: 20px; /* Sesuaikan dengan jarak yang diinginkan */
    font-size: 20px;
    font-weight: normal;
}

.table-price tbody tr td {
    padding: 10px;
    color: black;
}

.table-price tbody tr:nth-child(odd) {
    background-color: var(--quinary-color);
}

.table-price tbody tr:nth-child(even) {
    background-color: #b3bc9d;
}

@media only screen and (max-width: 750px) {
    .container-price {
        width: 100%;
        margin: auto;
        padding-left: 10px!important;
        padding-right: 10px!important;
        overflow: auto;
    }
}

.profile-box {
    width: 100%;
    max-width: 400px;
    position: relative;
    margin: auto;
    display: none;
}

.profile-box img {
    width: 100%;
}

.profile-box:hover::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: rgba(255, 255, 255, .5);
    z-index: 2;
}

.profile-box .main-btn {
    position: absolute;
    bottom: 5%;
    left: 50%;
    translate: -50%;
}

.profile-box.tidak-tersedia::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, .5);
}

.profile-box.tidak-tersedia > a {
    display: none;
}

.profile-box.tidak-tersedia::before {
    content: "";
    background-image: url('../images/tidak-tersedia.png');
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    width: 250px;
    height: 138px;
    z-index: 3;
    left: 50%;
    top: 50%;
    translate: -50%;
}

.line-faq {
    top: -2px;
    left: 50%;
    translate: -50%;
    max-height: 95%;
}

@media only screen and (max-width: 768px) {
    .line-faq {
        display: none;
    }
}

.link-lihat {
    text-decoration: none!important;
    color: var(--main-color);
}

.link-lihat:hover {
    color: var(--secondary-color);
}