
.team-image img {
    width: 320px;
    height: 400px;
    object-fit: cover;
    margin: auto;
}

.team-image {
    text-align: center;
}

.hero-custom {
    position: relative;
    height: 650px;
}

/* Teks kiri atas */
.hero-text {
    position: absolute;
    top: 70px;
    left: 150px;
    text-align: center;
}

.hero-text h2 {
    color: #ce1f00;
    font-size: 3.5rem;
    font-weight: 900;
    line-height: 1.1;
    text-transform: uppercase;

    /* outline putih tipis */
    -webkit-text-stroke: 1px #ffffff;

    /* shadow hitam kanan bawah */
    text-shadow:
        4px 4px 8px rgba(0, 0, 0, .45),
        8px 8px 20px rgba(0, 0, 0, .35),
        12px 12px 35px rgba(0, 0, 0, .25);
}

.hero-text h2 span {
    color: #FFD700;
    font-size: 3.5rem;
    -webkit-text-stroke: 1px #000;
}

/* Foto kiri bawah */
.hero-pimpinan {
    position: absolute;
    bottom: 150px;
    left: 75px;
    display: flex;
    align-items: flex-end;
    gap: 15px;
}

.hero-pimpinan img {
    height: 320px;
    width: auto;
    object-fit: contain;
}


@media (max-width: 768px) {
    .hero-text {
        top: 25px;
        left: 30px;
    }

    .hero-text h2 {
        font-size: 1.5rem;
        line-height: 1.1;
    }

    .hero-text h2 span {
        font-size: 1.5rem;
    }

    .hero-pimpinan {
        left: 30px;
        bottom: 5px;
        gap: 5px;
    }

    .hero-pimpinan .walikota {
        height: 100px;
    }

    .hero-pimpinan .wakil {
        height: 95px;
    }

    .hero-custom {
        height: 180px;
    }
}

/** teks visi */
.fbox-desc h3 {
    color: #1ABC9C;
    font-weight: 00;
}

.feature-box .fbox-desc h3 .subtitle {
    /*color: #d4a017; !important;*/
    font-weight: 500;
}

.button.button-teal:hover,
.button.button-theme:hover,
.button.button-reveal:hover {
    background-color: #d4a017 !important;
    border-color: #d4a017 !important;
}

.fbox-effect:hover .fbox-icon i {
    color: #d4a017 !important;
}

.fbox-effect:hover .fbox-icon i:after {
    background-color: #ffffff !important;
    border: 1px solid #d4a017 !important;
}

/** section layanan */
.layanan-online-section {
    background: #2d2e2e;
    padding: 80px 0;
}

#section-layanan .heading-block h2 {
    color: #ffffff;
}

#section-layanan .heading-block span {
    color: rgba(255, 255, 255, .75);
}

.card-agenda {
    background: #eef6a8;
    border: 1px solid #d4a017;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(212, 160, 23, .20);
    //border-top: 8px solid #d4a017;
}

.card-agenda h3 {
    color: #b8860b;
    font-weight: 700;
}

.card-agenda span {
    color: #8a6d1f;
}

.card-audiensi {
    background: #fcb4a5;
    border: 1px solid #ce1f00;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(206, 31, 0, .20);
}

.card-audiensi h3 {
    color: #ce1f00;
    font-weight: 700;
}

.card-audiensi span {
    color: #a94442;
}

.layanan-card {
    border-radius: 12px;
    padding: 40px 30px;
    text-align: center;

    
    /*box-shadow: 0 5px 20px rgba(0, 0, 0, .05);*/

    transition: all .3s ease;
    height: 100%;
}

.layanan-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0, 0, 0, .10);
}


.layanan-card img {
    max-height: 220px;
    width: auto;
    margin-bottom: 25px;
}

.layanan-card h3 {
    font-size: 2rem;
    margin-bottom: 10px;
    font-weight: 700;
}

.layanan-card span {
    color: #777;
    display: block;
    margin-bottom: 25px;
}

.btn-agenda {
    background: #d4a017;
    border-color: #d4a017;
}

.btn-agenda:hover {
    background: #b8860b;
    border-color: #b8860b;
}

.btn-audiensi {
    background: #ce1f00;
    border-color: #ce1f00;
}

.btn-audiensi:hover {
    background: #a91900;
    border-color: #a91900;
}