@import url(color.css);

.navbar-custom {
    background: white;
    min-height: 50px;
    color: var(--hijau-kemenag);
    position: sticky;
}

.logo {
    width: 85px;
    margin-right: 10px;
}

.icon {
    width: 100%;
    height: 150px;
    object-fit: contain;
}

@media (max-width: 768px) {
    .logo {
        width: 60px;
        margin-right: 5px;
    }

    .navbar-custom {
        background: white;
        min-height: 25px;
        color: var(--hijau-kemenag);
        position: sticky;
    }

    .icon {
        width: 100%;
        height: 100px;
        /* tinggi yang seragam */
        object-fit: contain;
    }

    .icon-zip {
        display: flex;
        justify-content: center;
    }
}